From fd14d9cfc0355c09219907fe5089e53bacb0008c Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Tue, 8 Jan 2013 00:57:15 +0000 Subject: [PATCH] slight adjustment to better distinguish caption from message --- src/effects/Equalization.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/effects/Equalization.cpp b/src/effects/Equalization.cpp index 9968746f3..2871ddfc9 100644 --- a/src/effects/Equalization.cpp +++ b/src/effects/Equalization.cpp @@ -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); }