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

Removing Warning

This commit is contained in:
Paulo Alfaiate
2024-03-18 18:29:11 +00:00
committed by Levi Akatsuki
parent 5e9a855f1e
commit e9eb3f3799
7 changed files with 30 additions and 25 deletions

View File

@@ -1755,9 +1755,10 @@ bool GMainWindow::LoadROM(const QString& filename, Service::AM::FrontendAppletPa
if (!ContentManager::AreKeysPresent()) {
QMessageBox::warning(this, tr("Derivation Components Missing"),
tr("Encryption keys are missing. "
"You need to provide both your own title.keys "
"and your own prod.keys "
"in order to play games"));
"In order to use this emulator"
"you need to provide your own prod.keys"
"Some games might also require your own title.keys as well"
"in order to play them."));
return false;
}