summaryrefslogtreecommitdiff
path: root/src/yuzu/main.cpp
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-07-30 22:04:51 -0400
committerZach Hilman <zachhilman@gmail.com>2018-08-01 00:16:54 -0400
commit0497bb5528f62f9e3db887988f0f93b4a1653a42 (patch)
treec4f868272fb46e075e2e2c3f50504965dcf68796 /src/yuzu/main.cpp
parent187d8e215fb157edaa9f3976bebba9a9a7ed103d (diff)
Fix merge conflicts with opus and update docs
Diffstat (limited to 'src/yuzu/main.cpp')
-rw-r--r--src/yuzu/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp
index 5bdf41ea4..34d4f0754 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -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;
}