Merge pull request #3398 from literalmente-game/patch-1

Update configure_web.cpp
This commit is contained in:
Weiyi Wang 2018-01-18 22:11:32 +02:00 committed by GitHub
commit 8fdd45f3bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ void ConfigureWeb::applyConfiguration() {
Settings::values.citra_username = ui->edit_username->text().toStdString();
Settings::values.citra_token = ui->edit_token->text().toStdString();
} else {
QMessageBox::warning(this, tr("Username and token not verfied"),
QMessageBox::warning(this, tr("Username and token not verified"),
tr("Username and token were not verified. The changes to your "
"username and/or token have not been saved."));
}