From c30d55149ea2ea0398cac17dffa995ee3cede3e4 Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Sat, 15 Jan 2005 20:23:32 +0000 Subject: [PATCH] - 'Y', 'N', 'K' and 'Q' must be upper case. svn path=/trunk/; revision=13066 --- rosapps/sysutils/ctm/En.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rosapps/sysutils/ctm/En.rc b/rosapps/sysutils/ctm/En.rc index 1e7e51517a2..34c5d00293c 100644 --- a/rosapps/sysutils/ctm/En.rc +++ b/rosapps/sysutils/ctm/En.rc @@ -14,12 +14,12 @@ BEGIN IDS_COLUMN_PF "Page Faults" IDS_IDLE_PROCESS "System Idle Process" - IDS_YES "y" - IDS_NO "n" + IDS_YES "Y" + IDS_NO "N" IDS_MENU "Press: q - quit, k - kill process" - IDS_MENU_QUIT "q" - IDS_MENU_KILL_PROCESS "k" + IDS_MENU_QUIT "Q" + IDS_MENU_KILL_PROCESS "K" IDS_KILL_PROCESS "Are you sure you want to kill this process? (y/n)" IDS_KILL_PROCESS_ERR1 "Unable to terminate this process..."