[WINLOGON] Fix shutdown timeout format string for long timeout
authorEric Kohl <eric.kohl@reactos.org>
Mon, 2 Apr 2018 16:52:47 +0000 (18:52 +0200)
committerEric Kohl <eric.kohl@reactos.org>
Mon, 2 Apr 2018 17:09:13 +0000 (19:09 +0200)
commit3318d8d5be273f92f77bda4debd8b9cfa25ea599
treeede8cd920a1256b73763e65f7f1e843bcbb66e13
parent3d66048b162fe350024045e50a1852b1f4bd1516
[WINLOGON] Fix shutdown timeout format string for long timeout

- Use the "%d days" format for timeouts longer than a day.
- Fail if timeout is 10 years or longer.
- TODO: Replace format strings by resources. German WinXP uses "%d days" instead of "%d Tage". We can do better! ;-)
base/system/winlogon/shutdown.c