1
0
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:
scootergrisen
2018-01-17 15:50:15 +01:00
committed by James Crook
parent 218eb67316
commit b4f7946e9b
14 changed files with 16 additions and 16 deletions

View File

@@ -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);
}