extensionPrefs: Make the Log Out button a proper verb

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/981
This commit is contained in:
Piotr Drąg 2020-02-05 20:43:59 +01:00 committed by Florian Müllner
parent dfb8737007
commit b7df1133b8

View File

@ -284,7 +284,7 @@
</child>
<child>
<object class="GtkButton">
<property name="label" translatable="yes">Logout…</property>
<property name="label" translatable="yes">Log Out…</property>
<property name="visible">True</property>
<property name="valign">center</property>
<property name="action-name">win.logout</property>