1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Use TranslatableString in XMLFileReader & move the help URL logic

This commit is contained in:
Paul Licameli
2019-12-07 11:56:24 -05:00
parent 503ccabdd8
commit 89df7a3ffc
7 changed files with 133 additions and 78 deletions

View File

@@ -358,7 +358,7 @@ void KeyConfigPrefs::OnImport(wxCommandEvent & WXUNUSED(event))
XMLFileReader reader;
if (!reader.Parse(mManager, file)) {
AudacityMessageBox(reader.GetErrorStr(),
AudacityMessageBox(reader.GetErrorStr().Translation(),
_("Error Importing Keyboard Shortcuts"),
wxOK | wxCENTRE, this);
}