mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
AudacityMessageBox takes TranslatableString message and caption
This commit is contained in:
@@ -515,7 +515,7 @@ void LabelTrack::Import(wxTextFile & in)
|
||||
catch(const LabelStruct::BadFormatException&) { error = true; }
|
||||
}
|
||||
if (error)
|
||||
::AudacityMessageBox( _("One or more saved labels could not be read.") );
|
||||
::AudacityMessageBox( XO("One or more saved labels could not be read.") );
|
||||
SortLabels();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user