mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-23 20:46:32 -05:00
Fix typo in encryption keys
This commit is contained in:
@@ -1755,7 +1755,7 @@ bool GMainWindow::LoadROM(const QString& filename, Service::AM::FrontendAppletPa
|
|||||||
if (!ContentManager::AreKeysPresent()) {
|
if (!ContentManager::AreKeysPresent()) {
|
||||||
QMessageBox::warning(this, tr("Derivation Components Missing"),
|
QMessageBox::warning(this, tr("Derivation Components Missing"),
|
||||||
tr("Encryption keys are missing. "
|
tr("Encryption keys are missing. "
|
||||||
"In order to use this emulator"
|
"In order to use this emulator, "
|
||||||
"you need to provide your own encryption keys "
|
"you need to provide your own encryption keys "
|
||||||
"in order to play them."));
|
"in order to play them."));
|
||||||
return false;
|
return false;
|
||||||
@@ -4630,7 +4630,7 @@ void GMainWindow::OnCheckFirmwareDecryption() {
|
|||||||
if (!ContentManager::AreKeysPresent()) {
|
if (!ContentManager::AreKeysPresent()) {
|
||||||
QMessageBox::warning(this, tr("Derivation Components Missing"),
|
QMessageBox::warning(this, tr("Derivation Components Missing"),
|
||||||
tr("Encryption keys are missing. "
|
tr("Encryption keys are missing. "
|
||||||
"In order to use this emulator"
|
"In order to use this emulator, "
|
||||||
"you need to provide your own encryption keys "
|
"you need to provide your own encryption keys "
|
||||||
"in order to play them."));
|
"in order to play them."));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user