Module: wine Branch: master Commit: 40e8e95cf72af7e95274dbe98f3044b186b2fa0c URL: http://source.winehq.org/git/wine.git/?a=commit;h=40e8e95cf72af7e95274dbe98f...
Author: Michael Karcher wine@mkarcher.dialup.fu-berlin.de Date: Wed Jun 11 19:10:43 2008 +0200
xcopy: Fix non-translation of a string.
---
programs/xcopy/De.rc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/programs/xcopy/De.rc b/programs/xcopy/De.rc index f201671..fcea5a1 100644 --- a/programs/xcopy/De.rc +++ b/programs/xcopy/De.rc @@ -26,7 +26,7 @@ LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL STRINGTABLE { STRING_INVPARMS, "Falsche Parameteranzahl - xcopy /? zeigt Hilfe an\n" - STRING_INVPARM, "Unbekannter Parameter '%s' - Use xcopy /? for help\n" + STRING_INVPARM, "Unbekannter Parameter '%s' - xcopy /? zeigt Hilfe an\n" STRING_PAUSE, "Eingabetaste bet�tigen, um mit dem Kopieren zu beginnen\n" STRING_SIMCOPY, "%d Datei(en) w�rden kopiert\n" STRING_COPY, "%d Datei(en) kopiert\n"