1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-19 12:37:59 -05:00

update links

This commit is contained in:
mctaylors
2024-04-17 15:07:46 +03:00
committed by Crimson-Hawk
parent e78d87419d
commit 0ec2014350
51 changed files with 124 additions and 124 deletions

View File

@@ -1848,7 +1848,7 @@ bool GMainWindow::LoadROM(const QString& filename, Service::AM::FrontendAppletPa
const auto description =
tr("%1<br>Please follow <a href='https://suyu.dev/help/quickstart/'>the "
"suyu quickstart guide</a> to redump your files.<br>You can refer "
"to the suyu wiki</a> or the suyu Discord</a> for help.",
"to the suyu wiki</a> or the suyu Chat</a> for help.",
"%1 signifies an error string.")
.arg(QString::fromStdString(
GetResultStatusString(static_cast<Loader::ResultStatus>(error_id))));