From fd1c259787f240f591731fe983c07629ab735517 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Fri, 15 Jul 2011 20:43:20 +0200 Subject: Made the shortcuts link actually use the plural in its caption. --- src/gui/windowmenu.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/gui/windowmenu.cpp b/src/gui/windowmenu.cpp index 20b6f00c..2cac55b5 100644 --- a/src/gui/windowmenu.cpp +++ b/src/gui/windowmenu.cpp @@ -67,7 +67,7 @@ WindowMenu::WindowMenu(): addButton(N_("Social"), x, h, "button-icon-social.png", KeyboardConfig::KEY_WINDOW_SOCIAL); - addButton(N_("Shortcut"), x, h, "button-icon-shortcut.png", + addButton(N_("Shortcuts"), x, h, "button-icon-shortcut.png", KeyboardConfig::KEY_WINDOW_SHORTCUT); addButton(N_("Setup"), x, h, "button-icon-setup.png", KeyboardConfig::KEY_WINDOW_SETUP); @@ -131,7 +131,7 @@ void WindowMenu::action(const gcn::ActionEvent &event) { window = socialWindow; } - else if (event.getId() == "Shortcut") + else if (event.getId() == "Shortcuts") { window = itemShortcutWindow; } @@ -231,9 +231,9 @@ void WindowMenu::updatePopUpCaptions() button->setButtonPopupText(createShortcutCaption("Social", KeyboardConfig::KEY_WINDOW_SOCIAL)); } - else if (eventId == "Shortcut") + else if (eventId == "Shortcuts") { - button->setButtonPopupText(createShortcutCaption("Shortcut", + button->setButtonPopupText(createShortcutCaption("Shortcuts", KeyboardConfig::KEY_WINDOW_SHORTCUT)); } else if (eventId == "Setup") -- cgit v1.2.3-60-g2f50