1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 17:49:45 +02:00

rewording per Gale's suggestion re bug 451

This commit is contained in:
v.audacity 2011-10-16 23:10:55 +00:00
parent 5bb7d0ec84
commit 3d39a8d560

View File

@ -1370,7 +1370,7 @@ int DirManager::ProjectFSCK(const bool bForceError, const bool bAutoRecoverMode)
wxString msg = _("Project check read faulty Sequence tags.");
const wxChar *buttons[] =
{_("Close project immediately with no changes"),
_("Continue with repairs already noted in log, and check for more errors"),
_("Continue with repairs noted in log, and check for more errors"),
NULL};
wxLog::FlushActive(); // MultiDialog has "Show Log..." button, so make sure log is current.
action = ShowMultiDialog(msg, _("Warning - Problems Reading Sequence Tags"), buttons);