summaryrefslogtreecommitdiff
path: root/shortcuts
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2014-03-04 19:35:10 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2014-03-04 19:35:10 +0100
commit3a2d71f6e0ddc3ff33881c47ed2cf0f195277c85 (patch)
treeeee58cc86ce1d7242898d640fb47a529255a199b /shortcuts
parent4795eb22e873f9f28a9380e787de1614165a1011 (diff)
CompizShortcutModeller: better wording for Switcher workspace
(bzr r3695.2.3)
Diffstat (limited to 'shortcuts')
-rw-r--r--shortcuts/CompizShortcutModeller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shortcuts/CompizShortcutModeller.cpp b/shortcuts/CompizShortcutModeller.cpp
index b75d22913..e3bbfc97a 100644
--- a/shortcuts/CompizShortcutModeller.cpp
+++ b/shortcuts/CompizShortcutModeller.cpp
@@ -253,7 +253,7 @@ void CompizModeller::AddSwitcherHints(std::list<shortcut::AbstractHint::Ptr> &hi
if (ws_enabled)
{
hints.push_back(std::make_shared<shortcut::Hint>(switching, "", "",
- _("Switches between applications in all workspaces."),
+ _("Switches between applications from all workspaces."),
shortcut::OptionType::COMPIZ_KEY,
UNITYSHELL_PLUGIN_NAME,
UNITYSHELL_OPTION_ALT_TAB_FORWARD_ALL));