We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4daeb commit 54e4667Copy full SHA for 54e4667
1 file changed
src/Gtk/SnapshotListBox.vala
@@ -288,7 +288,7 @@ class SnapshotListBox : Gtk.Box{
288
return true;
289
}
290
else if (column == col_desc){
291
- tooltip.set_markup(_("<b>Comments</b> (double-click to edit)"));
+ tooltip.set_markup(_("<b>Comments</b> (double-click to edit)") + "\n" + _("Snapshots with comments are not auto-deleted"));
292
293
294
else if (column == col_tags){
0 commit comments