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.
This commit is contained in:
likeawindrammer 2020-04-17 23:13:18 -06:00
parent 13942345c6
commit cd034b996a

View File

@ -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 "