diff options
author | Chris Robinson <[email protected]> | 2018-03-30 09:18:17 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-03-30 09:18:17 -0700 |
commit | 91900b0599db9e49847053808c07233fd05ee478 (patch) | |
tree | 8cbac04d1a0f9a87b8d7bd132efbd4fdd6a1f475 /utils | |
parent | 29ae74d4bbca28f9dc25949d0e2f0f14b4d5d805 (diff) |
Fix misspellings of quadraphonic
AL_LOKI_quadriphonic is left alone since that is what the extension is called
and what code expects. All other instances have been fixed for consistency.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/alsoft-config/mainwindow.cpp | 4 | ||||
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/utils/alsoft-config/mainwindow.cpp b/utils/alsoft-config/mainwindow.cpp index 94aa0750..dbd359d8 100644 --- a/utils/alsoft-config/mainwindow.cpp +++ b/utils/alsoft-config/mainwindow.cpp @@ -74,7 +74,7 @@ static const struct NameValuePair { { "Autodetect", "" }, { "Mono", "mono" }, { "Stereo", "stereo" }, - { "Quadrophonic", "quad" }, + { "Quadraphonic", "quad" }, { "5.1 Surround (Side)", "surround51" }, { "5.1 Surround (Rear)", "surround51rear" }, { "6.1 Surround", "surround61" }, @@ -1171,7 +1171,7 @@ void MainWindow::updatePeriodCountSlider() void MainWindow::selectQuadDecoderFile() -{ selectDecoderFile(ui->decoderQuadLineEdit, "Select Quadrophonic Decoder");} +{ selectDecoderFile(ui->decoderQuadLineEdit, "Select Quadraphonic Decoder");} void MainWindow::select51DecoderFile() { selectDecoderFile(ui->decoder51LineEdit, "Select 5.1 Surround Decoder");} void MainWindow::select61DecoderFile() diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index b4766d5a..ef886ba4 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -694,7 +694,7 @@ configuration file.</string> </rect> </property> <property name="text"> - <string>Quadrophonic:</string> + <string>Quadraphonic:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |