diff options
| author | Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com> | 2012-01-26 09:25:52 +0100 |
|---|---|---|
| committer | Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com> | 2012-01-26 09:25:52 +0100 |
| commit | 9f9eda847941450218b2e24557cb447d62985982 (patch) | |
| tree | 0704cfe13de47a78c488f652bb017d9170e5cf59 /standalone-clients | |
| parent | ff4dd90f82c1ddf95c918e21f0d73ef78cba0fc8 (diff) | |
| parent | 278dde9cfa9c75b92ad8c353cf4bdf0c164f9a94 (diff) | |
Sync with trunk
(bzr r1825.2.61)
Diffstat (limited to 'standalone-clients')
| -rw-r--r-- | standalone-clients/TestShortcut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone-clients/TestShortcut.cpp b/standalone-clients/TestShortcut.cpp index db8722494..8a658c115 100644 --- a/standalone-clients/TestShortcut.cpp +++ b/standalone-clients/TestShortcut.cpp @@ -42,7 +42,7 @@ void ThreadWidgetInit(nux::NThread* thread, void* InitData) hints.push_back(new shortcut::MockHint(_("Launcher"), "", "", _("Switch application via Launcher."), shortcut::HARDCODED_OPTION, "Super + Tab")); hints.push_back(new shortcut::MockHint(_("Launcher"), "", _(" + 1 to 9"), _("Same as clicking on a Launcher icon."), shortcut::COMPIZ_KEY_OPTION, "unityshell", "show_launcher")); hints.push_back(new shortcut::MockHint(_("Launcher"), "", _(" + Shift + 1 to 9"), _("Open a new window of the app."), shortcut::COMPIZ_KEY_OPTION, "unityshell", "show_launcher")); - hints.push_back(new shortcut::MockHint(_("Launcher"), "", " + T", _("Open the Rubbish Bin."), shortcut::COMPIZ_KEY_OPTION, "unityshell", "show_launcher")); + hints.push_back(new shortcut::MockHint(_("Launcher"), "", " + T", _("Open the Trash."), shortcut::COMPIZ_KEY_OPTION, "unityshell", "show_launcher")); // Dash... hints.push_back(new shortcut::MockHint(_("Dash"), "", _(" (Tap)"), _("Open the Dash Home."), shortcut::COMPIZ_KEY_OPTION, "unityshell", "show_launcher")); |
