mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 22:09:45 +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
|
@ -279,8 +279,7 @@ INT CommandAssoc(LPTSTR param)
|
|||
{
|
||||
if (retval != ERROR_FILE_NOT_FOUND)
|
||||
{
|
||||
// FIXME: Localize
|
||||
ConErrPrintf(_T("Error occurred while processing: %s.\n"), param);
|
||||
ConErrResPrintf(STRING_ERROR_WHILE_PROCESSING, param);
|
||||
}
|
||||
// retval = 1; /* Fixup the error value */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue