xcopy: Remove a duplicated space.

Francois Gouget fgouget at free.fr
Sun Jan 22 17:33:51 CST 2012


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

diff --git a/programs/xcopy/xcopy.rc b/programs/xcopy/xcopy.rc
index d3bf7bd..2544b2e 100644
--- a/programs/xcopy/xcopy.rc
+++ b/programs/xcopy/xcopy.rc
@@ -25,7 +25,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 STRINGTABLE
 {
     STRING_INVPARMS, "Invalid number of parameters - Use xcopy /? for help\n"
-    STRING_INVPARM,  "Invalid parameter '%1' -  Use xcopy /? for help\n"
+    STRING_INVPARM,  "Invalid parameter '%1' - Use xcopy /? for help\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"
-- 
1.7.7.3




More information about the wine-patches mailing list