From a47a78d15a26c89e17408b6d78b5de591c8bac83 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 2 Mar 2025 00:34:43 +0100 Subject: [PATCH] Clarify remove-last-capture warning --- gtk2_ardour/editor_ops.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index 6f5893c2f3..0bd94785d3 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -5380,8 +5380,8 @@ Editor::remove_last_capture () } if (Config->get_verify_remove_last_capture()) { - prompt = _("Do you really want to destroy the last capture?" - "\n(This is destructive and cannot be undone)"); + prompt = _("Do you really want to remove the last capture?" + "\n(This is destructive, deletes recorded files,\nand cannot be undone)"); choices.push_back (_("No, do nothing.")); choices.push_back (_("Yes, destroy it."));