mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-27 15:53:49 +01:00
AudacityMessageBox takes TranslatableString message and caption
This commit is contained in:
@@ -71,8 +71,8 @@ void ShowDiagnostics(
|
||||
if (!text->SaveFile(fName))
|
||||
{
|
||||
AudacityMessageBox(
|
||||
XO("Unable to save %s").Format( description ).Translation(),
|
||||
fileDialogTitle.Translation());
|
||||
XO("Unable to save %s").Format( description ),
|
||||
fileDialogTitle);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user