screen: Add missing mnemonics
Add mnemonics to the following rows - Restrict Viewing Angle - Blank Screen Delay Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541
This commit is contained in:
parent
21af56aa9c
commit
a910730a76
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
<!-- Blank Screen Delay row -->
|
||||
<child>
|
||||
<object class="AdwComboRow" id="blank_screen_row">
|
||||
<property name="title" translatable="yes">Blank Screen Delay</property>
|
||||
<property name="title" translatable="yes">_Blank Screen Delay</property>
|
||||
<property name="subtitle" translatable="yes">Period of inactivity until screen blanks</property>
|
||||
<property name="subtitle-lines">2</property>
|
||||
<property name="use-underline">true</property>
|
||||
|
@ -108,7 +108,7 @@
|
|||
<!-- Privacy Screen row -->
|
||||
<child>
|
||||
<object class="AdwActionRow">
|
||||
<property name="title" translatable="yes">Restrict Viewing Angle</property>
|
||||
<property name="title" translatable="yes">Restrict Viewing _Angle</property>
|
||||
<property name="activatable-widget">privacy_screen_switch</property>
|
||||
<property name="use-underline">true</property>
|
||||
<child>
|
||||
|
|
Loading…
Add table
Reference in a new issue