Skip to content

Commit

Permalink
[GUI] Re translate welcome wizard on every language selection.
Browse files Browse the repository at this point in the history
Github-Pull: #1599
Rebased-From: 150c8f4
  • Loading branch information
furszy authored and Fuzzbawls committed May 5, 2020
1 parent 977d2ce commit 6fc5a2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/pivx/welcomecontentwidget.cpp
Expand Up @@ -202,6 +202,7 @@ void WelcomeContentWidget::checkLanguage(){
settings.setValue("language", sel);
settings.sync();
Q_EMIT onLanguageSelected();
ui->retranslateUi(this);
}
}

Expand Down

0 comments on commit 6fc5a2d

Please sign in to comment.