1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-05 14:49:25 +02:00
v.audacity 2011-09-15 23:54:23 +00:00
parent c28eea9b07
commit 63c2698b70

View File

@ -1550,14 +1550,13 @@ _("Project check detected %d missing audio data \
{
wxString msgA =
_("Project check found %d orphan blockfile(s). These files are \
\nunused and probably left over from a crash or some other bug. \
\n\nThey should be deleted to avoid disk contention.");
\nunused and probably left over from a crash or some other bug.");
wxString msg;
msg.Printf(msgA, (int)orphanFilePathArray.GetCount());
const wxChar *buttons[] = {_("Close project immediately with no further changes"),
_("Continue without deleting; ignore the extra files this session"),
_("Delete orphan files immediately"),
_("Delete orphan files permanently"),
NULL};
wxLog::FlushActive(); // MultiDialog has "Show Log..." button, so make sure log is current.
action = ShowMultiDialog(msg, _("Warning - Orphan Blockfile(s)"), buttons);