mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
fix a check PII error: single quote needs to be doubled for msg with substitution.
This commit is contained in:
parent
9dbebe7afa
commit
fefbe5c51e
1 changed files with 3 additions and 3 deletions
|
@ -44,11 +44,11 @@ FILEMSG_IO_ERROR_DETAILS=Message reported from file system: {0}
|
|||
FILEMSG_FOLDER_NOTEMPTY=Folder is not empty. Cannot delete
|
||||
FILEMSG_FOLDER_NOTEMPTY_DETAILS=The operation failed. One possible reason is that the folder is not empty
|
||||
|
||||
FILEMSG_FOLDER_NOTFOUND=Folder '{0}' not found
|
||||
FILEMSG_FOLDER_NOTFOUND=Folder ''{0}'' not found
|
||||
|
||||
FILEMSG_FOLDER_NOTFOUND_WANTTOCREATE=Folder '{0}' not found. Would you like to create it?
|
||||
FILEMSG_FOLDER_NOTFOUND_WANTTOCREATE=Folder ''{0}'' not found. Would you like to create it?
|
||||
FILEMSG_FOLDER_NOTFOUND_WANTTOCREATE_DETAILS=The folder you specified does not exist. Select Yes to create it, No to cancel the operation
|
||||
FILEMSG_FILE_NOTFOUND=File '{0}' not found
|
||||
FILEMSG_FILE_NOTFOUND=File ''{0}'' not found
|
||||
|
||||
|
||||
# Universal File Messages
|
||||
|
|
Loading…
Add table
Reference in a new issue