account_add: Add mnemonic to Cancel button

This commit is contained in:
Maximiliano Sandoval 2024-12-31 12:54:50 +01:00 committed by Bilal Elmoussaoui
parent 4414718ebe
commit 03fe42bcdc

View file

@ -53,8 +53,9 @@
<property name="show-start-title-buttons">False</property> <property name="show-start-title-buttons">False</property>
<child> <child>
<object class="GtkButton"> <object class="GtkButton">
<property name="label" translatable="yes">Cancel</property> <property name="label" translatable="yes">_Cancel</property>
<property name="action-name">window.close</property> <property name="action-name">window.close</property>
<property name="use-underline">True</property>
</object> </object>
</child> </child>
<child type="end"> <child type="end">