ua-seeing-page: Fix repeated mnemonics
"Screen Reader" and "Reduce Animation" rows use the same mnemonic, which causes a conflict when focusing them with the keyboard
This commit is contained in:
parent
a3e794a008
commit
e39082fbc6
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
<child>
|
||||
<object class="AdwSwitchRow" id="animations_row">
|
||||
<property name="title" translatable="yes">_Reduce Animation</property>
|
||||
<property name="title" translatable="yes">Reduce _Animation</property>
|
||||
<property name="subtitle" translatable="yes">Reduce animations in the user interface to reduce motion</property>
|
||||
<property name="use-underline">True</property>
|
||||
</object>
|
||||
|
|
Loading…
Add table
Reference in a new issue