1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-27 07:43:50 +01:00
v.audacity
2011-11-16 05:59:48 +00:00
parent 618df78900
commit 59db8d4ad4
21 changed files with 77 additions and 81 deletions

View File

@@ -284,7 +284,7 @@ void KeyConfigPrefs::OnLoad(wxCommandEvent & e)
XMLFileReader reader;
if (!reader.Parse(mManager, file)) {
wxMessageBox(reader.GetErrorStr(),
_("Error loading keyboard shortcuts"),
_("Error Loading Keyboard Shortcuts"),
wxOK | wxCENTRE, this);
}
@@ -323,7 +323,7 @@ void KeyConfigPrefs::OnSave(wxCommandEvent & e)
catch (XMLFileWriterException* pException)
{
wxMessageBox(_("Couldn't write to file: ") + file,
_("Error saving keyboard shortcuts"),
_("Error Saving Keyboard Shortcuts"),
wxOK | wxCENTRE, this);
delete pException;