1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 08:38:39 +02:00

slight adjustment to better distinguish caption from message

This commit is contained in:
v.audacity 2013-01-08 00:57:15 +00:00
parent a35b11b340
commit fd14d9cfc0

View File

@ -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);
} }