found some hard code string move them to En.rc
[reactos.git] / reactos / subsys / system / cmd / start.c
index a05d137..49653fd 100644 (file)
@@ -39,7 +39,7 @@ INT cmd_start (LPTSTR first, LPTSTR rest)
                SetCurrentDirectory (szPath);
                GetCurrentDirectory (MAX_PATH, szPath);
                if (szPath[0] != (TCHAR)_totupper (*first))
-                       ConErrPuts (INVALIDDRIVE);
+                       ConErrResPuts (STRING_CMD_INVALIDDRIVE);
 
                return 0;
        }