power: Update and add subtitle to automatic brightness row

As per:
https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1020#note_1210702
This commit is contained in:
Bastien Nocera 2021-07-26 11:38:38 +02:00 committed by Georges Basile Stavracas Neto
parent 3a289fe502
commit dafbd54fe0

View file

@ -143,7 +143,8 @@
<child> <child>
<object class="HdyActionRow" id="als_row"> <object class="HdyActionRow" id="als_row">
<property name="visible">True</property> <property name="visible">True</property>
<property name="title" translatable="yes">Automatic Brightness</property> <property name="title" translatable="yes">Automatic Screen Brightness</property>
<property name="subtitle" translatable="yes">Screen brightness adjusts to the surrounding light.</property>
<child> <child>
<object class="GtkSwitch" id="als_switch"> <object class="GtkSwitch" id="als_switch">
<property name="visible">True</property> <property name="visible">True</property>