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:
Automeris naranja 2023-09-26 23:23:26 -03:00
parent 1a98d1d21f
commit 921664ccdb

View file

@ -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>