File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ bool Measurer::doMeasurement(FmBank &bank, FmBank &bankBackup)
310310
311311 QProgressDialog m_progressBox (m_parentWindow);
312312 m_progressBox.setWindowModality (Qt::WindowModal);
313- m_progressBox.setWindowTitle (tr (" Sounding delay calculaion " ));
313+ m_progressBox.setWindowTitle (tr (" Sounding delay calculation " ));
314314 m_progressBox.setLabelText (tr (" Please wait..." ));
315315
316316 #ifndef IS_QT_4
@@ -346,7 +346,7 @@ bool Measurer::doMeasurement(FmBank::Instrument &instrument)
346346{
347347 QProgressDialog m_progressBox (m_parentWindow);
348348 m_progressBox.setWindowModality (Qt::WindowModal);
349- m_progressBox.setWindowTitle (tr (" Sounding delay calculaion " ));
349+ m_progressBox.setWindowTitle (tr (" Sounding delay calculation " ));
350350 m_progressBox.setLabelText (tr (" Please wait..." ));
351351
352352 #ifndef IS_QT_4
You can’t perform that action at this time.
0 commit comments