1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-05 19:21:59 +01:00

Fix some untranslated prompts and messages...

... Even if some commented out.  Such don't enlarge the .pot file, but make
them right in case they are ever un-commented.
This commit is contained in:
Paul Licameli
2017-09-08 17:31:45 -04:00
parent 3b7e99273e
commit 70b5076b0b
7 changed files with 35 additions and 29 deletions

View File

@@ -818,7 +818,7 @@ void VoiceKey::CalibrateNoise(const WaveTrack & t, sampleCount start, sampleCoun
text+= wxString::Format(_("Sign Changes -- mean: %1.4f sd: (%1.4f)\n"),mSignChangesMean,mSignChangesSD);
text += wxString::Format(_("Direction Changes -- mean: %1.4f sd: (%1.4f)\n"), mDirectionChangesMean, mDirectionChangesSD);
wxMessageDialog{ NULL, text,
wxT("Calibration Complete"),
_("Calibration Complete"),
wxOK | wxICON_INFORMATION,
wxPoint(-1, -1) }
.ShowModal();