summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-03-13 22:12:43 +0200
committerAndrei Karas <akaras@inbox.ru>2011-03-13 22:12:43 +0200
commit619e5eb11bf479e6cd55b7d4c4afa694669628ea (patch)
tree9491aace93086238aa23f358f32b078dde69f635
parent86f7b090a335da45047aef1ae7e441b78c11ccdf (diff)
downloadplus-619e5eb11bf479e6cd55b7d4c4afa694669628ea.tar.gz
plus-619e5eb11bf479e6cd55b7d4c4afa694669628ea.tar.bz2
plus-619e5eb11bf479e6cd55b7d4c4afa694669628ea.tar.xz
plus-619e5eb11bf479e6cd55b7d4c4afa694669628ea.zip
Fix typo.
-rw-r--r--src/keyboardconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboardconfig.cpp b/src/keyboardconfig.cpp
index 2079e8496..3636bea5f 100644
--- a/src/keyboardconfig.cpp
+++ b/src/keyboardconfig.cpp
@@ -314,7 +314,7 @@ static KeyData const keyData[KeyboardConfig::KEY_TOTAL] = {
{"keyChangeImitationMode", SDLK_KP4, N_("Change Imitation mode"),
KeyboardConfig::GRP_DEFAULT},
{"keyDisableGameModifiers", SDLK_KP8,
- _("Disbale / Enable Game modifier keys"), KeyboardConfig::GRP_DEFAULT},
+ _("Disable / Enable Game modifier keys"), KeyboardConfig::GRP_DEFAULT},
{"keyChangeAudio", SDLK_KP3, N_("On / Off audio"),
KeyboardConfig::GRP_DEFAULT},
{"keyAway", SDLK_KP2, N_("Enable / Disable away mode"),