mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +02:00
Further simplify an alert, per discussion on bug 428.
This commit is contained in:
parent
8be4c041f9
commit
706fa2d785
@ -184,9 +184,7 @@ int ExportMultiple::ShowModal()
|
||||
{
|
||||
::wxMessageBox(_(
|
||||
"You have only one unmuted Audio Track and no applicable \
|
||||
\nlabels, so you cannot export to separate audio files. \
|
||||
\n\nIf you have more than one Label Track, Export Multiple is \
|
||||
\nbased only on labels in the uppermost Label Track."),
|
||||
\nlabels, so you cannot export to separate audio files."),
|
||||
_("Cannot Export Multiple"),
|
||||
wxOK | wxCENTRE, this);
|
||||
return wxID_CANCEL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user