mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +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++;
|
||||
}
|
||||
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
|
||||
item = mList->GetNextItem(item, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user