From fefbe5c51e1919e824999a424aabd386fd96fdcd Mon Sep 17 00:00:00 2001 From: Xuan Chen Date: Tue, 26 Feb 2008 16:05:53 +0000 Subject: [PATCH] fix a check PII error: single quote needs to be doubled for msg with substitution. --- .../internal/services/dstore/ServiceResources.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/ServiceResources.properties b/rse/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/ServiceResources.properties index 009c8b69507..132df99dc54 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/ServiceResources.properties +++ b/rse/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/ServiceResources.properties @@ -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