mirror of
https://github.com/reactos/reactos.git
synced 2025-06-27 20:59:44 +00:00
[CMD] Prepare for localization by using resource strings (#7125)
Promote localization of cmd.exe. JIRA issue: CORE-19680 Add some resource strings. Use them instead of raw strings.
This commit is contained in:
parent
c02289a08a
commit
18acf79551
28 changed files with 176 additions and 16 deletions
|
@ -285,8 +285,7 @@ RetryOpenConsole:
|
|||
}
|
||||
else
|
||||
{
|
||||
// FIXME: Localize!
|
||||
ConOutPrintf(L"Invalid device '%s'\n", param);
|
||||
ConOutResPrintf(STRING_ERROR_INVALID_DEVICE, param);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue