mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-08-11 04:40:27 +02:00
<.< spelling.
This commit is contained in:
parent
716f9db258
commit
b8055c72d0
@ -4368,7 +4368,7 @@ void GMainWindow::OnInstallDecryptionKeys() {
|
|||||||
game_list->PopulateAsync(UISettings::values.game_dirs);
|
game_list->PopulateAsync(UISettings::values.game_dirs);
|
||||||
|
|
||||||
if (ContentManager::AreKeysPresent()) {
|
if (ContentManager::AreKeysPresent()) {
|
||||||
QMessageBox::information(this, tr("Decryption Keys install succeded"),
|
QMessageBox::information(this, tr("Decryption Keys install succeeded"),
|
||||||
tr("Decryption Keys Installed"));
|
tr("Decryption Keys Installed"));
|
||||||
} else {
|
} else {
|
||||||
QMessageBox::critical(this, tr("Decryption Keys install failed"),
|
QMessageBox::critical(this, tr("Decryption Keys install failed"),
|
||||||
|
Loading…
Reference in New Issue
Block a user