mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-05 14:49:25 +02:00
Change wordings per http://wiki.audacityteam.org/wiki/Bug:137#Wording_and_Options_in_Dialog.
This commit is contained in:
parent
c28eea9b07
commit
63c2698b70
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user