wrong string where being use when you type echo thx David Nordenberg for notify me about it
Modified: trunk/reactos/subsys/system/cmd/echo.c
--- trunk/reactos/subsys/system/cmd/echo.c 2005-05-09 04:31:04 UTC (rev 15178) +++ trunk/reactos/subsys/system/cmd/echo.c 2005-05-09 06:14:54 UTC (rev 15179) @@ -61,7 +61,7 @@
ConOutPuts (param); else {
- LoadString(CMD_ModuleHandle, STRING_ECHO_HELP4, szMsg, RC_STRING_MAX_SIZE);
+ LoadString(CMD_ModuleHandle, STRING_ECHO_HELP5, szMsg, RC_STRING_MAX_SIZE);
ConOutPrintf(szMsg, bEcho ? D_ON : D_OFF); } }