Skip to content

Commit 6c81438

Browse files
committed
Fix the same typo which was fixed by @jpcima in the OPL3BankEditor
1 parent fddf79e commit 6c81438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/opl/measurer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)