[USETUP] Add new file-operation-related messages for deletion, moving and renaming.
[reactos.git] / base / setup / usetup / lang / en-US.h
index dc03065..a2671e3 100644 (file)
@@ -1583,7 +1583,7 @@ MUI_ERROR enUSErrorEntries[] =
     },
     {
         // ERROR_CREATE_DIR,
-        "Setup could not create install directories.",
+        "Setup could not create the installation directories.",
         "ENTER = Reboot computer"
     },
     {
@@ -1600,7 +1600,7 @@ MUI_ERROR enUSErrorEntries[] =
     },
     {
         // ERROR_CREATE_INSTALL_DIR
-        "Setup could not create the install directory.",
+        "Setup could not create the installation directory.",
         "ENTER = Reboot computer"
     },
     {
@@ -1818,6 +1818,12 @@ MUI_STRING enUSStrings[] =
     "F3 = Quit  ENTER = Continue"},
     {STRING_REBOOTCOMPUTER,
     "ENTER = Reboot computer"},
+    {STRING_DELETING,
+     "   Deleting file: %S"},
+    {STRING_MOVING,
+     "   Moving file: %S to: %S"},
+    {STRING_RENAMING,
+     "   Renaming file: %S to: %S"},
     {STRING_COPYING,
      "   Copying file: %S"},
     {STRING_SETUPCOPYINGFILES,