Fix merge conflicts with opus and update docs

This commit is contained in:
Zach Hilman
2018-07-30 22:04:51 -04:00
parent 187d8e215f
commit 0497bb5528
5 changed files with 13 additions and 11 deletions

View File

@ -456,7 +456,7 @@ bool GMainWindow::LoadROM(const QString& filename) {
this, tr("Error while loading ROM!"),
tr(("The game you are trying to load is encrypted and the required keys to load "
"the game could not be found in your configuration. " +
file_text + " Please refer to <a href=''>How to Dump Keys</a> for help.")
file_text + " Please refer to the yuzu wiki for help.")
.c_str()));
break;
}
@ -465,8 +465,8 @@ bool GMainWindow::LoadROM(const QString& filename) {
this, tr("Error while loading ROM!"),
tr("There was a general error while decrypting the game. This means that the keys "
"necessary were found, but were either incorrect, the game itself was not a "
"valid game or the game uses an unhandled cryptographic scheme. Please refer to "
"<a href=''>How to Dump Keys</a> to double check that you have the correct "
"valid game or the game uses an unhandled cryptographic scheme. Please double "
"check that you have the correct "
"keys."));
break;
}