From: Austin English Subject: programs/xcopy: Fix casing of usage message Message-Id: Date: Wed, 18 Nov 2015 23:25:36 -0600 Fixes https://bugs.winehq.org/show_bug.cgi?id=39612 -- -Austin From 0531349a52e6dbdcb980eafaeb6e9a4a0aa574d7 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 Nov 2015 19:08:29 -0600 Subject: [PATCH] programs/xcopy: Fix casing of usage message Signed-off-by: Austin English --- programs/xcopy/xcopy.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/xcopy/xcopy.rc b/programs/xcopy/xcopy.rc index fac3519..2262986 100644 --- a/programs/xcopy/xcopy.rc +++ b/programs/xcopy/xcopy.rc @@ -29,8 +29,8 @@ 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 to begin copying\n" - STRING_SIMCOPY, "%1!d! file(s) would be copied\n" - STRING_COPY, "%1!d! file(s) copied\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\ on the target?\n\ (F - File, D - Directory)\n" -- 2.6.2