summaryrefslogtreecommitdiff
diff options
authorMartin Albisetti <argentina@gmail.com>2012-02-04 12:32:18 -0300
committerMartin Albisetti <argentina@gmail.com>2012-02-04 12:32:18 -0300
commit955a410081787e27bc9f071ff85a1d408800d475 (patch)
tree0f67df61251a2d1910075bccccaf39d662870957
parent64567fe4c100d30b60c04868cc6cb26285b75381 (diff)
Remove extra string
(bzr r1897.2.2)
-rw-r--r--plugins/unityshell/src/unityshell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp
index f3990851b..2d5e7dfed 100644
--- a/plugins/unityshell/src/unityshell.cpp
+++ b/plugins/unityshell/src/unityshell.cpp
@@ -2551,7 +2551,7 @@ void UnityScreen::InitHints()
std::string const workspaces = _("Workspaces");
hints_.push_back(new shortcut::Hint(workspaces, "", "", _("Spread workspaces."), shortcut::COMPIZ_KEY_OPTION, "expo", "expo_key"));
hints_.push_back(new shortcut::Hint(workspaces, "", "", _("Switch workspaces."), shortcut::HARDCODED_OPTION, _("Control + Alt + Cursor Keys")));
- hints_.push_back(new shortcut::Hint(workspaces, "", " or Right", _("Move focused window to different workspace."), shortcut::HARDCODED_OPTION, _("Control + Alt + Shift + Cursor Keys")));
+ hints_.push_back(new shortcut::Hint(workspaces, "", "", _("Move focused window to different workspace."), shortcut::HARDCODED_OPTION, _("Control + Alt + Shift + Cursor Keys")));
// Windows
std::string const windows = _("Windows");