mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:21:50 +00:00
[NET][MC] Move remaining generic strings from net.exe to netmsg.dll.
Translators, please check the translations!
This commit is contained in:
parent
ae80eb824e
commit
29bf209767
25 changed files with 108 additions and 137 deletions
|
@ -272,7 +272,8 @@ cmdStatistics(
|
|||
if (_wcsicmp(argv[i], L"help") == 0)
|
||||
{
|
||||
/* Print short syntax help */
|
||||
ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
|
||||
PrintMessageString(4381);
|
||||
ConPuts(StdOut, L"\n");
|
||||
PrintNetMessage(MSG_STATISTICS_SYNTAX);
|
||||
return 0;
|
||||
}
|
||||
|
@ -280,7 +281,8 @@ cmdStatistics(
|
|||
if (_wcsicmp(argv[i], L"/help") == 0)
|
||||
{
|
||||
/* Print full help text*/
|
||||
ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
|
||||
PrintMessageString(4381);
|
||||
ConPuts(StdOut, L"\n");
|
||||
PrintNetMessage(MSG_STATISTICS_SYNTAX);
|
||||
PrintNetMessage(MSG_STATISTICS_HELP);
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue