correct escape sequence warning

This commit is contained in:
BreadFish64 2018-02-03 13:33:18 -06:00 committed by GitHub
parent dca5fd291f
commit 752e6e62b8
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."));
}
}