summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDennis Friis <peavey@inspircd.org>2009-05-15 13:32:23 +0200
committerDennis Friis <peavey@inspircd.org>2009-05-15 13:32:23 +0200
commitfdb9dc63cab0ff0feb7f0e52252a07df9d7b87f0 (patch)
tree921e7689353c749a41347120baeab528c941a0d2 /src
parent326b69e1681a348fe3c27bb4621b89ad4c808d84 (diff)
downloadmana-client-fdb9dc63cab0ff0feb7f0e52252a07df9d7b87f0.tar.gz
mana-client-fdb9dc63cab0ff0feb7f0e52252a07df9d7b87f0.tar.bz2
mana-client-fdb9dc63cab0ff0feb7f0e52252a07df9d7b87f0.tar.xz
mana-client-fdb9dc63cab0ff0feb7f0e52252a07df9d7b87f0.zip
Fix label on keyboard config for outfits.
Diffstat (limited to 'src')
-rw-r--r--src/keyboardconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboardconfig.cpp b/src/keyboardconfig.cpp
index 6136f043..ca6804f4 100644
--- a/src/keyboardconfig.cpp
+++ b/src/keyboardconfig.cpp
@@ -80,7 +80,7 @@ static KeyData const keyData[KeyboardConfig::KEY_TOTAL] = {
{"keyWindowDebug", SDLK_F10, _("Debug Window")},
{"keyWindowParty", SDLK_F11, _("Party Window")},
{"keyWindowEmoteBar", SDLK_F12, _("Emote Shortcut Window")},
- {"keyWindowOutfit", SDLK_o, _("Emote Shortcut Window")},
+ {"keyWindowOutfit", SDLK_o, _("Outfits Window")},
{"keyEmoteShortcut1", SDLK_1, strprintf(_("Emote Shortcut %d"), 1)},
{"keyEmoteShortcut2", SDLK_2, strprintf(_("Emote Shortcut %d"), 2)},
{"keyEmoteShortcut3", SDLK_3, strprintf(_("Emote Shortcut %d"), 3)},