mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:42:57 +00:00
[NET]: Forgot this change, lost in replacements ;)
svn path=/trunk/; revision=65344
This commit is contained in:
parent
cb2d2566b1
commit
494c79f6af
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ cmdAccounts(
|
||||||
|
|
||||||
PrintPaddedResourceString(IDS_ACCOUNTS_FORCE_LOGOFF, nPaddedLength);
|
PrintPaddedResourceString(IDS_ACCOUNTS_FORCE_LOGOFF, nPaddedLength);
|
||||||
if (Info0->usrmod0_force_logoff == TIMEQ_FOREVER)
|
if (Info0->usrmod0_force_logoff == TIMEQ_FOREVER)
|
||||||
PrintToConsole(L"Never");
|
PrintResourceString(IDS_GENERIC_NEVER);
|
||||||
else
|
else
|
||||||
PrintResourceString(IDS_ACCOUNTS_LOGOFF_SECONDS, Info0->usrmod0_force_logoff);
|
PrintResourceString(IDS_ACCOUNTS_LOGOFF_SECONDS, Info0->usrmod0_force_logoff);
|
||||||
PrintToConsole(L"\n");
|
PrintToConsole(L"\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue