diff --git a/src/citra_qt/configuration/configure_general.cpp b/src/citra_qt/configuration/configure_general.cpp index ce8da9467..ad008a011 100644 --- a/src/citra_qt/configuration/configure_general.cpp +++ b/src/citra_qt/configuration/configure_general.cpp @@ -24,9 +24,9 @@ ConfigureGeneral::ConfigureGeneral(QWidget* parent) ui->language_combobox->addItem(lang, locale); } - // Unlike other configuration, interface language change need to be reflect on the interface - // immediately. This is done by passing a signal to the main window, and then retranslating when - // passing back. + // Unlike other configuration changes, interface language changes need to be reflected on the + // interface immediately. This is done by passing a signal to the main window, and then + // retranslating when passing back. connect(ui->language_combobox, static_cast(&QComboBox::currentIndexChanged), this, &ConfigureGeneral::onLanguageChanged);