mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 20:22:13 +01:00
TranslatableString for titles, names, labels of wxDialogWrappers...
... Found one missed translation in CommandTargets.cpp
This commit is contained in:
@@ -1540,7 +1540,7 @@ void ProjectFileManager::OpenFile(const FilePath &fileNameArg, bool addtohistory
|
||||
|
||||
ShowErrorDialog(
|
||||
&window,
|
||||
_("Error Opening Project"),
|
||||
XO("Error Opening Project"),
|
||||
errorStr,
|
||||
url);
|
||||
}
|
||||
@@ -1682,7 +1682,7 @@ bool ProjectFileManager::Import(
|
||||
if (!errorMessage.empty()) {
|
||||
// Error message derived from Importer::Import
|
||||
// Additional help via a Help button links to the manual.
|
||||
ShowErrorDialog(&GetProjectFrame( project ), _("Error Importing"),
|
||||
ShowErrorDialog(&GetProjectFrame( project ), XO("Error Importing"),
|
||||
errorMessage.Translation(), wxT("Importing_Audio"));
|
||||
}
|
||||
if (!success)
|
||||
|
||||
Reference in New Issue
Block a user