Fix typos in key names
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sat, 13 Aug 2011 15:59:54 +0000 (17:59 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 22 Aug 2011 10:52:15 +0000 (12:52 +0200)
src/guiKeyChangeMenu.cpp

index 9c22dba2cafd2e56134da06d4b584088c8b786b9..dc31d2ed1d0db94f9575cba4de2dffb7a95e95c3 100644 (file)
@@ -31,7 +31,7 @@ static const char *KeyNamesLang[] =
                        N_("X Button 2"), "-", N_("Back"), N_("Tab"), "-", "-", N_("Clear"), N_("Return"), "-",
                        "-", N_("Shift"), N_("Control"), N_("Menu"), N_("Pause"), N_("Capital"), N_("Kana"), "-",
                        N_("Junja"), N_("Final"), N_("Kanji"), "-", N_("Escape"), N_("Convert"), N_("Nonconvert"),
-                       N_("Accept"), N_("Mode Change"), N_("Space"), N_("Priot"), N_("Next"), N_("End"), N_("Home"),
+                       N_("Accept"), N_("Mode Change"), N_("Space"), N_("Prior"), N_("Next"), N_("End"), N_("Home"),
                        N_("Left"), N_("Up"), N_("Right"), N_("Down"), N_("Select"), N_("Print"), N_("Execute"),
                        N_("Snapshot"), N_("Insert"), N_("Delete"), N_("Help"), "0", "1", "2", "3", "4", "5",
                        "6", "7", "8", "9", "-", "-", "-", "-", "-", "-", "-", "A", "B", "C",
@@ -44,7 +44,7 @@ static const char *KeyNamesLang[] =
                        "F9", "F10", "F11", "F12", "F13", "F14", "F15", "F16", "F17", "F18",
                        "F19", "F20", "F21", "F22", "F23", "F24", "-", "-", "-", "-", "-", "-",
                        "-", "-", N_("Num Lock"), N_("Scroll Lock"), "-", "-", "-", "-", "-", "-", "-",
-                       "-", "-", "-", "-", "-", "-", "-", N_("Left Shift"), N_("Right Shight"),
+                       "-", "-", "-", "-", "-", "-", "-", N_("Left Shift"), N_("Right Shift"),
                        N_("Left Control"), N_("Right Control"), N_("Left Menu"), N_("Right Menu"), "-", "-",
                        "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-",
                        "-", "-", "-", "-", "-", N_("Plus"), N_("Comma"), N_("Minus"), N_("Period"), "-", "-",