mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Clarify remove-last-capture warning
This commit is contained in:
parent
b3ee25f812
commit
a47a78d15a
1 changed files with 2 additions and 2 deletions
|
|
@ -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."));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue