Merge pull request #3990 from zhaowenlan1779/retranslation-continue

citra_qt: minor retranslation fix
This commit is contained in:
Weiyi Wang 2018-07-27 19:55:58 +03:00 committed by GitHub
commit be193869cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1425,6 +1425,9 @@ void GMainWindow::OnLanguageChanged(const QString& locale) {
ui.retranslateUi(this);
RetranslateStatusBar();
SetupUIStrings();
if (emulation_running)
ui.action_Start->setText(tr("Continue"));
}
void GMainWindow::SetupUIStrings() {