summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Day <allanpday@gmail.com>2019-06-17 11:09:30 +0100
committerAllan Day <allanpday@gmail.com>2019-06-17 11:41:26 +0100
commitc8c6d51fd0b1f2fc51ec547c139b323c754c098f (patch)
treedfebd3fa1b0bd64251c065bf1c437b86f0be0117
parenteebc935134821dc0f2e3a853bfb651586c9fa8ce (diff)
downloadgnome-control-center-c8c6d51fd0b1f2fc51ec547c139b323c754c098f.tar.gz
display: Improve Night Light settings labels
Make sure that the labels in the night settings are clear. Fixes #583
-rw-r--r--panels/display/cc-night-light-page.ui10
1 files changed, 5 insertions, 5 deletions
diff --git a/panels/display/cc-night-light-page.ui b/panels/display/cc-night-light-page.ui
index 45ab12627..4a7fc4da5 100644
--- a/panels/display/cc-night-light-page.ui
+++ b/panels/display/cc-night-light-page.ui
@@ -104,11 +104,11 @@
<property name="can_focus">False</property>
<property name="selection-mode">none</property>
- <!-- Schedule -->
+ <!-- Night Light -->
<child>
<object class="HdyActionRow">
<property name="visible">True</property>
- <property name="title" translatable="yes">Schedule</property>
+ <property name="title" translatable="yes">Night Light</property>
<property name="activatable-widget">night_light_toggle_switch</property>
<child type="action">
@@ -120,11 +120,11 @@
</object>
</child>
- <!-- Schedule Type -->
+ <!-- Schedule -->
<child>
<object class="HdyActionRow">
<property name="visible">True</property>
- <property name="title" translatable="yes">Schedule Type</property>
+ <property name="title" translatable="yes">Schedule</property>
<property name="sensitive" bind-source="night_light_toggle_switch" bind-property="active" bind-flags="default|sync-create" />
<child type="action">
@@ -134,7 +134,7 @@
<signal name="notify::active" handler="on_schedule_type_combo_active_changed_cb" object="CcNightLightPage" swapped="no" />
<items>
<item translatable="yes" id="automatic">Sunset to Sunrise</item>
- <item translatable="yes" id="manual">Set Time</item>
+ <item translatable="yes" id="manual">Manual Schedule</item>
</items>
</object>
</child>