diff --git a/src/Gtk/SnapshotListBox.vala b/src/Gtk/SnapshotListBox.vala index 1e851690..968aa987 100644 --- a/src/Gtk/SnapshotListBox.vala +++ b/src/Gtk/SnapshotListBox.vala @@ -288,7 +288,7 @@ class SnapshotListBox : Gtk.Box{ return true; } else if (column == col_desc){ - tooltip.set_markup(_("Comments (double-click to edit)")); + tooltip.set_markup(_("Comments (double-click to edit)") + "\n" + _("Snapshots with comments are not auto-deleted")); return true; } else if (column == col_tags){