mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-26 04:00:04 +00:00
Error message for ErrorEncrypted new URLs.
Updated error message for ErrorEncrypted, added new URLs for "dumping-game-cartridges" and "dumping-installed-titles"
This commit is contained in:
parent
1f70365faa
commit
9d70fb6040
@ -303,11 +303,11 @@ bool GMainWindow::LoadROM(const std::string& filename) {
|
|||||||
popup_error.setTextFormat(Qt::RichText);
|
popup_error.setTextFormat(Qt::RichText);
|
||||||
popup_error.setWindowTitle(tr("Error while loading ROM!"));
|
popup_error.setWindowTitle(tr("Error while loading ROM!"));
|
||||||
popup_error.setText(
|
popup_error.setText(
|
||||||
tr("The game that you are trying to load must be decrypted before being used with "
|
tr("The game that you are trying to load must be decrypted before being used with Citra.<br/><br/><br/>"
|
||||||
"Citra.<br/><br/>"
|
"For more information on dumping and decrypting games, please follow the below:<br />"
|
||||||
"For more information on dumping and decrypting games, please see: <a "
|
"<a href='https://citra-emu.org/wiki/dumping-game-cartridges'>Wiki Article on how to dump game cartridges</a>"
|
||||||
"href='https://citra-emu.org/wiki/Dumping-Game-Cartridges'>https://"
|
"<br/> and <br/>"
|
||||||
"citra-emu.org/wiki/Dumping-Game-Cartridges</a>"));
|
"<a href='https://citra-emu.org/wiki/dumping-installed-titles'>Wiki Article on how to dump installed titles (eShop games)</a>"));
|
||||||
popup_error.setIcon(QMessageBox::Critical);
|
popup_error.setIcon(QMessageBox::Critical);
|
||||||
popup_error.exec();
|
popup_error.exec();
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user