[gnome-control-center/583-ambiguous-strings-in-night-light-settings] display: Improve Night Light settings labels



commit c8c6d51fd0b1f2fc51ec547c139b323c754c098f
Author: Allan Day <allanpday gmail com>
Date:   Mon Jun 17 11:09:30 2019 +0100

    display: Improve Night Light settings labels
    
    Make sure that the labels in the night settings are clear.
    
    Fixes #583

 panels/display/cc-night-light-page.ui | 10 +++++-----
 1 file 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]