Skip to content

Commit 54e4667

Browse files
authored
add comment about the deletion policy (#505)
1 parent 5c4daeb commit 54e4667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Gtk/SnapshotListBox.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ class SnapshotListBox : Gtk.Box{
288288
return true;
289289
}
290290
else if (column == col_desc){
291-
tooltip.set_markup(_("<b>Comments</b> (double-click to edit)"));
291+
tooltip.set_markup(_("<b>Comments</b> (double-click to edit)") + "\n" + _("Snapshots with comments are not auto-deleted"));
292292
return true;
293293
}
294294
else if (column == col_tags){

0 commit comments

Comments
 (0)