summaryrefslogtreecommitdiff
path: root/standalone-clients
diff options
authorJeremy Bicha <jbicha@ubuntu.com>2012-02-03 12:23:14 -0500
committerJeremy Bicha <jbicha@ubuntu.com>2012-02-03 12:23:14 -0500
commit0f4a96acc7de29817a407ddedd087e0b3bfd8fe7 (patch)
treedf67823a04282fa94740519a750decefa7447245 /standalone-clients
parente07a6bd5df36fb911a51a422f1c2702da78aa92b (diff)
Overlay should say "Menu Bar" not "Top Bar" (LP: #926213)
(bzr r1893.2.1)
Diffstat (limited to 'standalone-clients')
-rw-r--r--standalone-clients/TestShortcut.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/standalone-clients/TestShortcut.cpp b/standalone-clients/TestShortcut.cpp
index 8a658c115..319877d3a 100644
--- a/standalone-clients/TestShortcut.cpp
+++ b/standalone-clients/TestShortcut.cpp
@@ -55,11 +55,11 @@ void ThreadWidgetInit(nux::NThread* thread, void* InitData)
hints.push_back(new shortcut::MockHint(_("Dash"), "", "", _("Open currently focused item."), shortcut::HARDCODED_OPTION, _("Enter / Return")));
hints.push_back(new shortcut::MockHint(_("Dash"), "", "", _("'Run Command' mode."), shortcut::COMPIZ_KEY_OPTION, "unityshell", "execute_command"));
- // Top Bar
+ // Menu Bar
// Is it really hard coded?
- hints.push_back(new shortcut::MockHint(_("Top Bar"), "", "", _("Reveals application menu."), shortcut::HARDCODED_OPTION, "Alt"));
- hints.push_back(new shortcut::MockHint(_("Top Bar"), "", "", _("Opens the indicator menu."), shortcut::COMPIZ_KEY_OPTION, "unityshell", "panel_first_menu"));
- hints.push_back(new shortcut::MockHint(_("Top Bar"), "", "", _("Moves focus between indicators."), shortcut::HARDCODED_OPTION, _("Cursor Left & Right")));
+ hints.push_back(new shortcut::MockHint(_("Menu Bar"), "", "", _("Reveals application menu."), shortcut::HARDCODED_OPTION, "Alt"));
+ hints.push_back(new shortcut::MockHint(_("Menu Bar"), "", "", _("Opens the indicator menu."), shortcut::COMPIZ_KEY_OPTION, "unityshell", "panel_first_menu"));
+ hints.push_back(new shortcut::MockHint(_("Menu Bar"), "", "", _("Moves focus between indicators."), shortcut::HARDCODED_OPTION, _("Cursor Left & Right")));
// Switching
hints.push_back(new shortcut::MockHint(_("Switching"), "", "", _("Switch between applications."), shortcut::COMPIZ_KEY_OPTION, "unityshell", "alt_tab_forward"));