summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Jonsson <anders.jonsson@norsjovallen.se>2017-12-26 13:30:16 +0100
committerBastien Nocera <hadess@hadess.net>2017-12-29 00:00:40 +0100
commitfe50a4d18f28e4a17c52b899b60a75e3173176ff (patch)
treeae1cfcebee135933fba938f2420c7c2276899631
parent6ac5d1871c208d1e90b53f0424471c865853a15e (diff)
downloadgsettings-desktop-schemas-fe50a4d18f28e4a17c52b899b60a75e3173176ff.tar.gz
schemas: Reword allow-volume-above-100-percent description
And fix typo introduced in commit da7eab3 by the same token. Reported by Anders Jonsson <anders.jonsson@norsjovallen.se> https://bugzilla.gnome.org/show_bug.cgi?id=791960
-rw-r--r--schemas/org.gnome.desktop.sound.gschema.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/org.gnome.desktop.sound.gschema.xml.in b/schemas/org.gnome.desktop.sound.gschema.xml.in
index 04e1bf5..cfeaa0f 100644
--- a/schemas/org.gnome.desktop.sound.gschema.xml.in
+++ b/schemas/org.gnome.desktop.sound.gschema.xml.in
@@ -19,7 +19,7 @@
<key type="b" name="allow-volume-above-100-percent">
<default>false</default>
<summary>Allow volume above 100%</summary>
- <description>Whether volume can be change to be set above 100%, using software amplification.</description>
+ <description>Whether volume can set above 100%, using software amplification.</description>
</key>
</schema>
</schemalist>