mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-19 15:11:23 +01:00
slight adjustment to better distinguish caption from message
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user