From cd034b996ad2887b3f0b310e6839603f3064d294 Mon Sep 17 00:00:00 2001 From: likeawindrammer <31085911+likeawindrammer@users.noreply.github.com> Date: Fri, 17 Apr 2020 23:13:18 -0600 Subject: [PATCH] Change "Custom shownames:" to "Show custom IC names:" "shownames" isn't a word, and what does "Custom shownames" even mean anyway? "Show custom IC names" should do a better job at explaining what this option does. --- src/aooptionsdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aooptionsdialog.cpp b/src/aooptionsdialog.cpp index 3be8466..e01fc10 100644 --- a/src/aooptionsdialog.cpp +++ b/src/aooptionsdialog.cpp @@ -137,7 +137,7 @@ AOOptionsDialog::AOOptionsDialog(QWidget *parent, AOApplication *p_ao_app) ui_gameplay_form->setWidget(5, QFormLayout::FieldRole, ui_username_textbox); ui_showname_lbl = new QLabel(ui_form_layout_widget); - ui_showname_lbl->setText(tr("Custom shownames:")); + 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 "