From 01909c180b74e4bfb4ad1bf3014564c88f950fec Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Tue, 4 Aug 2009 19:02:49 +0000 Subject: [PATCH] Fixed typo in Zoom shortcuts description git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@972 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- hotkeys.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/hotkeys.c b/hotkeys.c index b91c8a21..d526efdd 100644 --- a/hotkeys.c +++ b/hotkeys.c @@ -1184,7 +1184,7 @@ T_Key_config ConfigKey[NB_SHORTCUTS] = { 0}, {145, "Zoom 1:1", - "Turs magnifier mode off.", + "Turns magnifier mode off.", "", "", true, @@ -1192,7 +1192,7 @@ T_Key_config ConfigKey[NB_SHORTCUTS] = { 0}, {146, "Zoom 2:1", - "Turs magnifier mode on and set its", + "Turns magnifier mode on and set its", "factor to 2:1", "", true, @@ -1200,7 +1200,7 @@ T_Key_config ConfigKey[NB_SHORTCUTS] = { 0}, {147, "Zoom 3:1", - "Turs magnifier mode on and set its", + "Turns magnifier mode on and set its", "factor to 3:1", "", true, @@ -1208,7 +1208,7 @@ T_Key_config ConfigKey[NB_SHORTCUTS] = { 0}, {148, "Zoom 4:1", - "Turs magnifier mode on and set its", + "Turns magnifier mode on and set its", "factor to 4:1", "", true, @@ -1216,7 +1216,7 @@ T_Key_config ConfigKey[NB_SHORTCUTS] = { 0}, {149, "Zoom 5:1", - "Turs magnifier mode on and set its", + "Turns magnifier mode on and set its", "factor to 5:1", "", true, @@ -1224,7 +1224,7 @@ T_Key_config ConfigKey[NB_SHORTCUTS] = { 0}, {150, "Zoom 6:1", - "Turs magnifier mode on and set its", + "Turns magnifier mode on and set its", "factor to 6:1", "", true, @@ -1232,7 +1232,7 @@ T_Key_config ConfigKey[NB_SHORTCUTS] = { 0}, {151, "Zoom 8:1", - "Turs magnifier mode on and set its", + "Turns magnifier mode on and set its", "factor to 8:1", "", true, @@ -1240,7 +1240,7 @@ T_Key_config ConfigKey[NB_SHORTCUTS] = { 0}, {152, "Zoom 10:1", - "Turs magnifier mode on and set its", + "Turns magnifier mode on and set its", "factor to 10:1", "", true, @@ -1248,7 +1248,7 @@ T_Key_config ConfigKey[NB_SHORTCUTS] = { 0}, {153, "Zoom 12:1", - "Turs magnifier mode on and set its", + "Turns magnifier mode on and set its", "factor to 12:1", "", true, @@ -1256,7 +1256,7 @@ T_Key_config ConfigKey[NB_SHORTCUTS] = { 0}, {154, "Zoom 14:1", - "Turs magnifier mode on and set its", + "Turns magnifier mode on and set its", "factor to 14:1", "", true, @@ -1264,7 +1264,7 @@ T_Key_config ConfigKey[NB_SHORTCUTS] = { 0}, {155, "Zoom 16:1", - "Turs magnifier mode on and set its", + "Turns magnifier mode on and set its", "factor to 16:1", "", true, @@ -1272,7 +1272,7 @@ T_Key_config ConfigKey[NB_SHORTCUTS] = { 0}, {156, "Zoom 18:1", - "Turs magnifier mode on and set its", + "Turns magnifier mode on and set its", "factor to 18:1", "", true, @@ -1280,7 +1280,7 @@ T_Key_config ConfigKey[NB_SHORTCUTS] = { 0}, {157, "Zoom 20:1", - "Turs magnifier mode on and set its", + "Turns magnifier mode on and set its", "factor to 20:1", "", true,