diff options
author | Bastien Nocera <hadess@hadess.net> | 2015-12-04 11:41:57 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2015-12-04 11:41:57 +0100 |
commit | b1422dbce534723caf660d08c44781893b2961f1 (patch) | |
tree | 46dd5a7218739a69ea2e7848c0a9fcfcedbf1245 /data | |
parent | c370b7a67c1dac0c89c82546553ffd5df9b3255d (diff) | |
download | totem-b1422dbce534723caf660d08c44781893b2961f1.tar.gz |
main: Simplify the volume shortcut descriptions
Diffstat (limited to 'data')
-rw-r--r-- | data/shortcuts.ui | 4 |
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> |