"IC_Log" -> "IC Log"

This commit is contained in:
likeawindrammer 2020-04-18 00:14:59 -06:00
parent 9a041bdf2a
commit ac60466ac9

View File

@ -574,7 +574,7 @@ AOOptionsDialog::AOOptionsDialog(QWidget *parent, AOApplication *p_ao_app)
// ICLOG
ui_other_tab = new QWidget();
ui_settings_tabs->addTab(ui_other_tab, tr("IC_Log"));
ui_settings_tabs->addTab(ui_other_tab, tr("IC Log"));
ui_other_widget = new QWidget(ui_other_tab);
ui_other_widget->setGeometry(QRect(10, 10, 361, 211));