1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-08 16:11:14 +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(_( ::wxMessageBox(_(
"You have only one unmuted Audio Track and no applicable \ "You have only one unmuted Audio Track and no applicable \
\nlabels, so you cannot export to separate audio files. \ \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."),
_("Cannot Export Multiple"), _("Cannot Export Multiple"),
wxOK | wxCENTRE, this); wxOK | wxCENTRE, this);
return wxID_CANCEL; return wxID_CANCEL;