Clarify remove-last-capture warning

This commit is contained in:
Robin Gareus 2025-03-02 00:34:43 +01:00
parent b3ee25f812
commit a47a78d15a
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -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."));