1
0
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:
v.audacity 2013-01-12 00:56:31 +00:00
parent 8be4c041f9
commit 706fa2d785

View File

@ -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;