From 39d6727d715fcbfe31fdabe3624d1cda59614d18 Mon Sep 17 00:00:00 2001 From: Xuan Chen Date: Thu, 21 Feb 2008 18:39:24 +0000 Subject: [PATCH] fix a check PII error. --- .../src/org/eclipse/rse/internal/core/messages.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/messages.properties b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/messages.properties index b7f143f7b63..59b64dd3ad2 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/messages.properties +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/messages.properties @@ -10,6 +10,7 @@ # David Dykstal (IBM) - 168977: refactoring IConnectorService and ServerLauncher hierarchies # Martin Oberhuber (Wind River) - [184095] combined RSEModelResources and persistence.Messages into this file # Martin Oberhuber (Wind River) - [215820] Move SystemRegistry implementation to Core +# Xuan Chen (IBM) - fix check PII error ############################################################################### # NLS_MESSAGEFORMAT_VAR @@ -49,7 +50,7 @@ DefaultSystemType_Label=Default # SystemRegistry: Loading Profile Warning Messages - See also ISystemMessages MSG_LOADING_PROFILE_WARNING_FILTERPOOL_REFS=RSEG1069: De-Activating profile {0} for which there are subsystems containing references to filter pools: MSG_LOADING_PROFILE_WARNING_FILTERPOOL_REF=\ in connection {1} in profile {2} -MSG_LOADING_PROFILE_SHOULDNOTBE_DEACTIVATED=RSEG1069: Warning. Profile '{0}' should be active. Active connection '{1}' contains a reference to it. +MSG_LOADING_PROFILE_SHOULDNOTBE_DEACTIVATED=RSEG1069: Warning. Profile ''{0}'' should be active. Active connection ''{1}'' contains a reference to it. MSG_CREATEHOST_EXCEPTION=Exception in createHost for {0} # SystemRegistry: Progress Reporting - See also ISystemMessages