From 7cf9bc88a36fba46909eafdea666dc1bced7dc56 Mon Sep 17 00:00:00 2001 From: literalmente-game Date: Thu, 18 Jan 2018 18:08:33 -0200 Subject: [PATCH] Update configure_web.cpp Typo --- src/citra_qt/configuration/configure_web.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/citra_qt/configuration/configure_web.cpp b/src/citra_qt/configuration/configure_web.cpp index 8bfbb94c3..42f2c9991 100644 --- a/src/citra_qt/configuration/configure_web.cpp +++ b/src/citra_qt/configuration/configure_web.cpp @@ -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.")); }