mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 15:41:11 +02:00
String changes: Exporting 'the audio' rather than 'the entire project'.
This commit is contained in:
@@ -270,7 +270,7 @@ ProgressResult ExportMP2::Export(AudacityProject *project,
|
||||
ProgressDialog progress(wxFileName(fName).GetName(),
|
||||
selectionOnly ?
|
||||
wxString::Format(_("Exporting selected audio at %ld kbps"), bitrate) :
|
||||
wxString::Format(_("Exporting entire file at %ld kbps"), bitrate));
|
||||
wxString::Format(_("Exporting the audio at %ld kbps"), bitrate));
|
||||
|
||||
while (updateResult == ProgressResult::Success) {
|
||||
auto pcmNumSamples = mixer->Process(pcmBufferSize);
|
||||
|
Reference in New Issue
Block a user