summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2018-02-19 16:44:59 +0100
committerBenjamin Berg <bberg@redhat.com>2018-03-16 14:42:02 +0100
commit8cb17c69dc44b16226f99edcd0d85937af689948 (patch)
treeac33b7197274c5849949822e08990fb5ac173713
parentef32315a4142a60fc1defb940ba9306a6fb3a085 (diff)
downloadgnome-settings-daemon-8cb17c69dc44b16226f99edcd0d85937af689948.tar.gz
media-keys: Improve volume keybinding descriptions
This changes the volume related strings clarifying that the mute key toggles the state and changing "system volume" to "volume" as the "system" part is not very meaningful. https://bugzilla.gnome.org/show_bug.cgi?id=793596
-rw-r--r--data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in b/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in
index 9a469d53..06224d4f 100644
--- a/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in
+++ b/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in
@@ -84,17 +84,17 @@
<key name="volume-down" type="s">
<default>'XF86AudioLowerVolume'</default>
<summary>Volume down</summary>
- <description>Binding to lower the system volume.</description>
+ <description>Binding to lower the volume.</description>
</key>
<key name="volume-mute" type="s">
<default>'XF86AudioMute'</default>
- <summary>Volume mute</summary>
- <description>Binding to mute the system volume.</description>
+ <summary>Volume mute/unmute</summary>
+ <description>Binding to mute/unmute the volume.</description>
</key>
<key name="volume-up" type="s">
<default>'XF86AudioRaiseVolume'</default>
<summary>Volume up</summary>
- <description>Binding to raise the system volume.</description>
+ <description>Binding to raise the volume.</description>
</key>
<key name="screenshot" type="s">
<default>'Print'</default>