mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 16:48:44 +02:00
slight adjustment to better distinguish caption from message
This commit is contained in:
parent
a35b11b340
commit
fd14d9cfc0
@ -3224,7 +3224,7 @@ void EditCurvesDialog::OnExport( wxCommandEvent &event )
|
|||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
wxMessageBox(_("You cannot export 'unnamed' curve"), _("'unnamed' is special"));
|
wxMessageBox(_("You cannot export 'unnamed' curve, it is special."), _("Cannot Export 'unnamed'"));
|
||||||
// get next selected item
|
// get next selected item
|
||||||
item = mList->GetNextItem(item, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED);
|
item = mList->GetNextItem(item, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user