summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-02-10 16:28:33 +0000
committerRichard Hughes <richard@hughsie.com>2017-02-10 16:28:33 +0000
commit5237382507944b5e5731b38781f09062ef8a7e5a (patch)
treee0fb66b49194fc08e20441a6391d58ec30dd08a8 /data
parent1e1fccb80e576b313f6730b26f385e0d6426ed4d (diff)
downloadgnome-settings-daemon-5237382507944b5e5731b38781f09062ef8a7e5a.tar.gz
color: Rename 'Natural Light Filter' to 'Night Light'
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in22
1 files changed, 11 insertions, 11 deletions
diff --git a/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in
index e1a08280..0f72f379 100644
--- a/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in
@@ -10,32 +10,32 @@
<_summary>The duration a printer profile is valid</_summary>
<_description>This is the number of days after which the printer color profile is considered invalid.</_description>
</key>
- <key name="natural-light-enabled" type="b">
+ <key name="night-light-enabled" type="b">
<default>false</default>
- <_summary>If the natural night mode is enabled</_summary>
- <_description>Natural light mode changes the color temperature of your display when the sun has gone down or at present times.</_description>
+ <_summary>If the night night 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>
</key>
- <key name="natural-light-temperature" type="u">
+ <key name="night-light-temperature" type="u">
<default>4000</default>
<_summary>Temperature of the display when enabled</_summary>
- <_description>This temperature in Kelvin is used to modify the screen tones when natural light mode is enabled. Higher values are bluer, lower redder.</_description>
+ <_description>This temperature in Kelvin is used to modify the screen tones when night light mode is enabled. Higher values are bluer, lower redder.</_description>
</key>
- <key name="natural-light-schedule-automatic" type="b">
+ <key name="night-light-schedule-automatic" type="b">
<default>true</default>
<_summary>Use the sunrise and sunset</_summary>
<_description>Calculate the sunrise and sunset times automatically, from the current location.</_description>
</key>
- <key name="natural-light-schedule-from" type="d">
+ <key name="night-light-schedule-from" type="d">
<default>16.00</default>
<_summary>The start time</_summary>
- <_description>When “natural-light-schedule-automatic” is disabled, use this start time in hours from midnight.</_description>
+ <_description>When “night-light-schedule-automatic” is disabled, use this start time in hours from midnight.</_description>
</key>
- <key name="natural-light-schedule-to" type="d">
+ <key name="night-light-schedule-to" type="d">
<default>8.00</default>
<_summary>The end time</_summary>
- <_description>When “natural-light-schedule-automatic” is disabled, use this end time in hours from midnight.</_description>
+ <_description>When “night-light-schedule-automatic” is disabled, use this end time in hours from midnight.</_description>
</key>
- <key name="natural-light-last-coordinates" type="(dd)">
+ <key name="night-light-last-coordinates" type="(dd)">
<default>(91,181)</default>
<_summary>The last detected position</_summary>
<_description>When location services are available this represents the last detected location. The default value is an invalid value to ensure it is always updated at startup.</_description>