programs: In English punctuations are not preceded by a space.

Francois Gouget fgouget at free.fr
Wed Mar 30 09:39:58 CDT 2011


---
 programs/cmd/cmd.rc                 |    2 +-
 programs/progman/progman.rc         |    4 ++--
 programs/uninstaller/uninstaller.rc |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/programs/cmd/cmd.rc b/programs/cmd/cmd.rc
index 4a45922..f5f8ae6 100644
--- a/programs/cmd/cmd.rc
+++ b/programs/cmd/cmd.rc
@@ -263,7 +263,7 @@ Enter HELP <command> for further information on any of the above commands\n"
   WCMD_NYI, "Not Yet Implemented\n\n"
   WCMD_NOARG, "Argument missing\n"
   WCMD_SYNTAXERR, "Syntax error\n"
-  WCMD_FILENOTFOUND, "%s : File Not Found\n"
+  WCMD_FILENOTFOUND, "%s: File Not Found\n"
   WCMD_NOCMDHELP, "No help available for %s\n"
   WCMD_NOTARGET, "Target to GOTO not found\n"
   WCMD_CURRENTDATE, "Current Date is %s\n"
diff --git a/programs/progman/progman.rc b/programs/progman/progman.rc
index 810858a..78576e4 100644
--- a/programs/progman/progman.rc
+++ b/programs/progman/progman.rc
@@ -67,8 +67,8 @@ IDS_ERROR,			"ERROR"
 IDS_WARNING,			"WARNING"
 IDS_INFO,			"Information"
 IDS_DELETE,			"Delete"
-IDS_DELETE_GROUP_s,		"Delete group `%s' ?"
-IDS_DELETE_PROGRAM_s,		"Delete program `%s' ?"
+IDS_DELETE_GROUP_s,		"Delete group `%s'?"
+IDS_DELETE_PROGRAM_s,		"Delete program `%s'?"
 IDS_NOT_IMPLEMENTED,		"Not implemented"
 IDS_FILE_READ_ERROR_s,		"Error reading `%s'."
 IDS_FILE_WRITE_ERROR_s,		"Error writing `%s'."
diff --git a/programs/uninstaller/uninstaller.rc b/programs/uninstaller/uninstaller.rc
index 2e54949..d824f4b 100644
--- a/programs/uninstaller/uninstaller.rc
+++ b/programs/uninstaller/uninstaller.rc
@@ -24,5 +24,5 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 
 STRINGTABLE {
      IDS_APPNAME, "Wine Application Uninstaller"
-     IDS_UNINSTALLFAILED, "Execution of uninstall command '%s' failed, perhaps due to missing executable.\nDo you want to remove the uninstall entry from the registry ?"
+     IDS_UNINSTALLFAILED, "Execution of uninstall command '%s' failed, perhaps due to missing executable.\nDo you want to remove the uninstall entry from the registry?"
 }
-- 
1.7.4.1




More information about the wine-patches mailing list