region: Add mnemonic to the "Log Out" button from the AdwBanner
Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541
This commit is contained in:
parent
1a98d1d21f
commit
921664ccdb
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<child>
|
||||
<object class="AdwBanner" id="banner">
|
||||
<property name="title" translatable="yes">Language and format will be changed after next login</property>
|
||||
<property name="button-label" translatable="yes">Log Out…</property>
|
||||
<property name="button-label" translatable="yes">Log _Out…</property>
|
||||
<signal name="button-clicked" handler="restart_now" object="CcRegionPage" swapped="yes"/>
|
||||
</object>
|
||||
</child>
|
||||
|
|
Loading…
Add table
Reference in a new issue