xcopy: Fix non-translation of a string.

This commit is contained in:
Michael Karcher 2008-06-11 19:10:43 +02:00 committed by Alexandre Julliard
parent cbfca763bb
commit 40e8e95cf7

View file

@ -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"