summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Jonsson <anders.jonsson@norsjovallen.se>2017-07-13 00:44:31 +0200
committerCarlos Garnacho <mrgarnacho@gmail.com>2018-06-20 13:58:20 +0000
commit244b9f02e4b78565671bdc96eb3b6a1d9d53e3a0 (patch)
tree0225879bc61a306d285c4977aab34606fdef121c
parent47573e0dbbe88a478430bb6a3e1a43e726dcf19a (diff)
downloadgnome-settings-daemon-benzea/nightlight-fixes.tar.gz
data: Fix typo in night light description in schemabenzea/nightlight-fixes
https://bugzilla.gnome.org/show_bug.cgi?id=779336
-rw-r--r--data/org.gnome.settings-daemon.plugins.color.gschema.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in b/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in
index 830cbb8d..cb24e3c2 100644
--- a/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in
+++ b/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in
@@ -14,7 +14,7 @@
<key name="night-light-enabled" type="b">
<default>false</default>
<summary>If the night light mode is enabled</summary>
- <description>Night light mode changes the color temperature of your display when the sun has gone down or at present times.</description>
+ <description>Night light mode changes the color temperature of your display when the sun has gone down or at preset times.</description>
</key>
<key name="night-light-temperature" type="u">
<default>4000</default>