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:
parent
8be4c041f9
commit
706fa2d785
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user