mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 23:55:26 +02:00
fix a problem with check pii error.
This commit is contained in:
parent
1ae52b420e
commit
403ce47248
1 changed files with 2 additions and 2 deletions
|
@ -145,8 +145,8 @@ MSG_VALIDATE_COMPILESTRING_NOTVALID_DETAILS = The given string is not a valid co
|
|||
|
||||
MSG_UDA_LOAD_ERROR = Error occurred while loading the user-defined action information from file: {0}
|
||||
|
||||
MSG_UDA_ROOTTAG_ERROR = The xml file ''{0}'' appears to be corrupted. It has been replaced
|
||||
MSG_UDA_ROOTTAG_ERROR_DETAILS=Expected root tag to be named ''{0}''. The corrupted file has been renamed to '{1}' and a new file created for you
|
||||
MSG_UDA_ROOTTAG_ERROR = The xml file '{0}' appears to be corrupted. It has been replaced
|
||||
MSG_UDA_ROOTTAG_ERROR_DETAILS=Expected root tag to be named '{0}'. The corrupted file has been renamed to '{1}' and a new file created for you
|
||||
|
||||
MSG_CONFIRM_DELETE_USERACTION = Delete selected user actions?
|
||||
MSG_CONFIRM_DELETE_USERACTION_DETAILS=This is a permanent deletion of the selected actions and cannot be undone.Select Yes to delete and No to cancel the delete action
|
||||
|
|
Loading…
Add table
Reference in a new issue