1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-02-10 15:48:11 +00:00

Merge pull request 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

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."));
}
}