accounts_editor_edit_pane: Add default tooltip to undo button

This commit is contained in:
J. Alexander Alzate Olaya 2024-01-12 20:22:58 +01:00
parent 5a864613b1
commit daaa10a96a
2 changed files with 2 additions and 1 deletions

View file

@ -39,6 +39,7 @@
<object class="GtkButton" id="undo_button">
<property name="visible">True</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes">Undo</property>
<property name="action_name">edt.undo</property>
<child>
<object class="GtkImage">