summaryrefslogtreecommitdiff
path: root/data/shortcuts.ui
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-12-04 11:41:57 +0100
committerBastien Nocera <hadess@hadess.net>2015-12-04 11:41:57 +0100
commitb1422dbce534723caf660d08c44781893b2961f1 (patch)
tree46dd5a7218739a69ea2e7848c0a9fcfcedbf1245 /data/shortcuts.ui
parentc370b7a67c1dac0c89c82546553ffd5df9b3255d (diff)
downloadtotem-b1422dbce534723caf660d08c44781893b2961f1.tar.gz
main: Simplify the volume shortcut descriptions
Diffstat (limited to 'data/shortcuts.ui')
-rw-r--r--data/shortcuts.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/shortcuts.ui b/data/shortcuts.ui
index 94bc7ed93..094dc2a77 100644
--- a/data/shortcuts.ui
+++ b/data/shortcuts.ui
@@ -38,14 +38,14 @@
<object class="GtkShortcutsShortcut" id="increase-volume">
<property name="visible">1</property>
<property name="accelerator">Up</property>
- <property name="title" translatable="yes">Increase volume by 8%</property>
+ <property name="title" translatable="yes">Increase volume</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut" id="decrease-volume">
<property name="visible">1</property>
<property name="accelerator">Down</property>
- <property name="title" translatable="yes">Decrease volume by 8%</property>
+ <property name="title" translatable="yes">Decrease volume</property>
</object>
</child>
</object>