From 9058926e4b40acaf502cbc35c66b5fd96168b0db Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Wed, 16 Feb 2011 19:36:14 +0000 Subject: [PATCH] mode5: Fix shortcut info for format checker/format menu git-svn-id: svn://pulkomandy.tk/GrafX2/branches/cpcmode5@1728 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- src/hotkeys.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/hotkeys.c b/src/hotkeys.c index 732d5ba1..3467b6b2 100644 --- a/src/hotkeys.c +++ b/src/hotkeys.c @@ -1642,21 +1642,21 @@ T_Key_config ConfigKey[NB_SHORTCUTS] = { SDLK_BACKQUOTE|MOD_CTRL, // Ctrl + `~ 0}, {198, - "Toggle color cycling", - "Activates or desactivates color", - "cycling, if the current image has", - "cycling colors. (See gradient menu)", - true, - SDLK_BACKQUOTE|MOD_CTRL, // Ctrl + `~ - 0}, - {199, "Format checker", "Performs a format check on the", "current image.", "", true, 0, - 0} + 0}, + {199, + "Format checker menu", + "Allows you to setup the checks", + "performed by the format checker.", + "", + true, + 0, + 0}, }; word Ordering[NB_SHORTCUTS]=