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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user