[NET]: Forgot this change, lost in replacements ;)

svn path=/trunk/; revision=65344
This commit is contained in:
Hermès Bélusca-Maïto 2014-11-09 13:43:23 +00:00
parent cb2d2566b1
commit 494c79f6af

View file

@ -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");