summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Franke <alexandre.franke@gmail.com>2023-04-30 16:01:20 +0000
committerMarge Bot <marge-bot@gnome.org>2023-05-08 21:00:05 +0000
commiteab928918d989fc76a8125e4e0897317a5f2cddb (patch)
treee33571c5957ed7765410dd5013367e3f9c4e6694
parent9884a2c3d21b29c4c71662371aca5e5a771c78f2 (diff)
downloadmutter-eab928918d989fc76a8125e4e0897317a5f2cddb.tar.gz
Fix shortcut wording
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2982>
-rw-r--r--data/50-mutter-navigation.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/50-mutter-navigation.xml b/data/50-mutter-navigation.xml
index f76cdb73a..6867c58eb 100644
--- a/data/50-mutter-navigation.xml
+++ b/data/50-mutter-navigation.xml
@@ -128,17 +128,17 @@
description="Switch to last workspace" />
<KeyListEntry name="switch-to-workspace-left"
- description="Move to workspace on the left" />
+ description="Switch to workspace on the left" />
<KeyListEntry name="switch-to-workspace-right"
- description="Move to workspace on the right" />
+ description="Switch to workspace on the right" />
<KeyListEntry name="switch-to-workspace-up"
- description="Move to workspace above"
+ description="Switch to workspace above"
hidden="true" />
<KeyListEntry name="switch-to-workspace-down"
- description="Move to workspace below"
+ description="Switch to workspace below"
hidden="true" />
</KeyListEntries>