From 390f2df92da96e7f8d3e5ac46966d5b67b9cae50 Mon Sep 17 00:00:00 2001
From: Yannis Gerlach <100762533+ygerlach@users.noreply.github.com>
Date: Sat, 17 Jan 2026 17:37:38 +0100
Subject: [PATCH] add comment about the deletion policy
---
src/Gtk/SnapshotListBox.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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){