Sync with trunk head (r49139)
[reactos.git] / base / applications / cmdutils / xcopy / En.rc
index 6fb299c..4e38062 100644 (file)
@@ -30,9 +30,9 @@ STRINGTABLE
     STRING_PAUSE,    "Press <enter> to begin copying\n"
     STRING_SIMCOPY,  "%d file(s) would be copied\n"
     STRING_COPY,     "%d file(s) copied\n"
-    STRING_QISDIR,   "Is '%s' a filename or directory\n" \
-                     "on the target?\n" \
-                     "(F - File, D - Directory)\n"
+    STRING_QISDIR,   "Is '%s' a filename or directory\n \
+                     on the target?\n \
+                     (F - File, D - Directory)\n"
     STRING_SRCPROMPT,"%s? (Yes|No)\n"
     STRING_OVERWRITE,"Overwrite %s? (Yes|No|All)\n"
     STRING_COPYFAIL, "Copying of '%s' to '%s' failed with r/c %d\n"
@@ -54,7 +54,7 @@ XCOPY source [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
 Where:\n\
 \n\
 [/I]  Assume directory if destination does not exist and copying two or\n\
-\      more files\n\
+\tmore files\n\
 [/S]  Copy directories and subdirectories\n\
 [/E]  Copy directories and subdirectories, including any empty ones\n\
 [/Q]  Do not list names during copy, ie quiet.\n\
@@ -72,7 +72,7 @@ Where:\n\
 [/C]  Continue even if an error occurs during the copy\n\
 [/A]  Only copy files with archive attribute set\n\
 [/M]  Only copy files with archive attribute set, removes\n\
-\      archive attribute\n\
+\tarchive attribute\n\
 [/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n\
 \t\tIf no date is supplied, only copy if destination is older\n\
 \t\tthan source\n\n"