accounts_editor_edit_pane: Add default tooltip to undo button
This commit is contained in:
parent
5a864613b1
commit
daaa10a96a
2 changed files with 2 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue