mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
TranslatableString for titles, names, labels of wxDialogWrappers...
... Found one missed translation in CommandTargets.cpp
This commit is contained in:
@@ -1064,7 +1064,7 @@ locations of the missing files."), missingFileName);
|
||||
if ( auto dialog = MissingAliasFilesDialog::Find( *offendingProject ) )
|
||||
dialog->Raise();
|
||||
else {
|
||||
MissingAliasFilesDialog::Show(offendingProject.get(), _("Files Missing"),
|
||||
MissingAliasFilesDialog::Show(offendingProject.get(), XO("Files Missing"),
|
||||
errorMessage, wxT(""), true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user