mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Make sure to translate certain strings in ExportMP3 rewrite
This commit is contained in:
@@ -1882,13 +1882,13 @@ ProgressResult ExportMP3::Export(AudacityProject *project,
|
||||
title.Printf(selectionOnly ?
|
||||
_("Exporting selected audio with %s preset") :
|
||||
_("Exporting the audio with %s preset"),
|
||||
setRateNamesShort[brate]);
|
||||
GetCustomTranslation( setRateNamesShort[brate] ) );
|
||||
}
|
||||
else if (rmode == MODE_VBR) {
|
||||
title.Printf(selectionOnly ?
|
||||
_("Exporting selected audio with VBR quality %s") :
|
||||
_("Exporting the audio with VBR quality %s"),
|
||||
varRateNames[brate]);
|
||||
GetCustomTranslation( varRateNames[brate] ) );
|
||||
}
|
||||
else {
|
||||
title.Printf(selectionOnly ?
|
||||
|
Reference in New Issue
Block a user