mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +02:00
fix a check PII error.
This commit is contained in:
parent
0bf21c5a54
commit
39d6727d71
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue