Merge pull request #3422 from BreadFish64/BreadFish64-patch-1

correct escape sequence warning
This commit is contained in:
James Rowe 2018-02-03 14:21:42 -07:00 committed by GitHub
commit 587450cd04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -897,7 +897,7 @@ void GMainWindow::OnMenuReportCompatibility() {
QMessageBox::critical(
this, tr("Missing Citra Account"),
tr("In order to submit a game compatibility test case, you must link your Citra "
"account.<br><br/>To link your Citra account, go to Emulation \> Configuration \> "
"account.<br><br/>To link your Citra account, go to Emulation &gt; Configuration &gt; "
"Web."));
}
}