programs: Standardize references to the <Enter> key.

Francois Gouget fgouget at free.fr
Tue Jan 24 19:29:00 CST 2012


---
 programs/cmd/cmd.rc     |    2 +-
 programs/xcopy/xcopy.rc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/cmd/cmd.rc b/programs/cmd/cmd.rc
index 8018398..6e75fe0 100644
--- a/programs/cmd/cmd.rc
+++ b/programs/cmd/cmd.rc
@@ -315,7 +315,7 @@ Enter HELP <command> for further information on any of the above commands.\n"
   WCMD_VERIFYERR, "Verify must be ON or OFF\n"
   WCMD_ARGERR, "Parameter error\n"
   WCMD_VOLUMESERIALNO, "Volume Serial Number is %1!04x!-%2!04x!\n\n"
-  WCMD_VOLUMEPROMPT, "Volume label (11 characters, ENTER for none)?"
+  WCMD_VOLUMEPROMPT, "Volume label (11 characters, <Enter> for none)?"
   WCMD_NOPATH, "PATH not found\n"
   WCMD_ANYKEY,"Press any key to continue... "
   WCMD_CONSTITLE,"Wine Command Prompt"
diff --git a/programs/xcopy/xcopy.rc b/programs/xcopy/xcopy.rc
index 2544b2e..c49dea5 100644
--- a/programs/xcopy/xcopy.rc
+++ b/programs/xcopy/xcopy.rc
@@ -26,7 +26,7 @@ STRINGTABLE
 {
     STRING_INVPARMS, "Invalid number of parameters - Use xcopy /? for help\n"
     STRING_INVPARM,  "Invalid parameter '%1' - Use xcopy /? for help\n"
-    STRING_PAUSE,    "Press <enter> to begin copying\n"
+    STRING_PAUSE,    "Press <Enter> to begin copying\n"
     STRING_SIMCOPY,  "%1!d! file(s) would be copied\n"
     STRING_COPY,     "%1!d! file(s) copied\n"
     STRING_QISDIR,   "Is '%1' a filename or directory\n\
-- 
1.7.7.3



More information about the wine-patches mailing list