mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-18 16:57:54 +01:00
Remove some double space
This commit is contained in:
committed by
James Crook
parent
218eb67316
commit
b4f7946e9b
@@ -618,7 +618,7 @@ void FreqWindow::GetAudio()
|
||||
|
||||
if (warning) {
|
||||
wxString msg;
|
||||
msg.Printf(_("Too much audio was selected. Only the first %.1f seconds of audio will be analyzed."),
|
||||
msg.Printf(_("Too much audio was selected. Only the first %.1f seconds of audio will be analyzed."),
|
||||
(mDataLen / mRate));
|
||||
AudacityMessageBox(msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user