diff options
| author | Rosemary Witchaven <32779090+in1tiate@users.noreply.github.com> | 2022-07-23 10:19:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-23 18:19:00 +0300 |
| commit | 8138187f922862224960219068914adb686c8cb5 (patch) | |
| tree | 51b935c11cc562377aaf843ce6032301bee82159 /src/aooptionsdialog.cpp | |
| parent | ef49b46c37c3d1922db7afcbfd7a715a250a5b4c (diff) | |
Change FL variable names for clarity (#810)
* Change FL variable names for clarity
* Missed one somehow
Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
Diffstat (limited to 'src/aooptionsdialog.cpp')
| -rw-r--r-- | src/aooptionsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aooptionsdialog.cpp b/src/aooptionsdialog.cpp index c0ac7c5f..0cd42cb3 100644 --- a/src/aooptionsdialog.cpp +++ b/src/aooptionsdialog.cpp @@ -689,7 +689,7 @@ AOOptionsDialog::AOOptionsDialog(QWidget *parent, AOApplication *p_ao_app) // -- SERVER SUPPORTS CASING ui_casing_supported_lbl = new QLabel(ui_casing_widget); - if (ao_app->casing_alerts_enabled) + if (ao_app->casing_alerts_supported) ui_casing_supported_lbl->setText(tr("This server supports case alerts.")); else ui_casing_supported_lbl->setText( |
