mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
- 'Y', 'N', 'K' and 'Q' must be upper case.
svn path=/trunk/; revision=13066
This commit is contained in:
parent
9bf671b7f6
commit
c30d55149e
1 changed files with 4 additions and 4 deletions
|
@ -14,12 +14,12 @@ BEGIN
|
||||||
IDS_COLUMN_PF "Page Faults"
|
IDS_COLUMN_PF "Page Faults"
|
||||||
|
|
||||||
IDS_IDLE_PROCESS "System Idle Process"
|
IDS_IDLE_PROCESS "System Idle Process"
|
||||||
IDS_YES "y"
|
IDS_YES "Y"
|
||||||
IDS_NO "n"
|
IDS_NO "N"
|
||||||
|
|
||||||
IDS_MENU "Press: q - quit, k - kill process"
|
IDS_MENU "Press: q - quit, k - kill process"
|
||||||
IDS_MENU_QUIT "q"
|
IDS_MENU_QUIT "Q"
|
||||||
IDS_MENU_KILL_PROCESS "k"
|
IDS_MENU_KILL_PROCESS "K"
|
||||||
|
|
||||||
IDS_KILL_PROCESS "Are you sure you want to kill this process? (y/n)"
|
IDS_KILL_PROCESS "Are you sure you want to kill this process? (y/n)"
|
||||||
IDS_KILL_PROCESS_ERR1 "Unable to terminate this process..."
|
IDS_KILL_PROCESS_ERR1 "Unable to terminate this process..."
|
||||||
|
|
Loading…
Reference in a new issue