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

@ -160,7 +160,7 @@ internal class Accounts.EditorEditPane :
Application.Command next_undo = this.commands.peek_undo();
this.undo_button.set_tooltip_text(
(next_undo != null && next_undo.undo_label != null)
? next_undo.undo_label : ""
? next_undo.undo_label : _("Undo")
);
// Ensure the account is notified that is has changed. This