From aed439658431cb3840c2b0b20be4b62a2e811efa Mon Sep 17 00:00:00 2001 From: likeawindrammer <31085911+likeawindrammer@users.noreply.github.com> Date: Fri, 17 Apr 2020 23:21:05 -0600 Subject: [PATCH] Change tickbox to checkbox As far as I know checkbox is more common --- src/aooptionsdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aooptionsdialog.cpp b/src/aooptionsdialog.cpp index e01fc10..a777ed2 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);