diff options
| -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 e01fc103..a777ed28 100644 --- a/src/aooptionsdialog.cpp +++ b/src/aooptionsdialog.cpp @@ -140,7 +140,7 @@ AOOptionsDialog::AOOptionsDialog(QWidget *parent, AOApplication *p_ao_app) ui_showname_lbl->setText(tr("Show custom IC names:")); ui_showname_lbl->setToolTip( tr("Gives the default value for the in-game 'Custom shownames' " - "tickbox, which in turn determines whether the client should " + "checkbox, which in turn determines whether the client should " "display custom in-character names.")); ui_gameplay_form->setWidget(6, QFormLayout::LabelRole, ui_showname_lbl); |
