mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Clarify the "Select the OTP/SEEPROM dump" message
Most users don't know what OTP/SEEPROM means.
This commit is contained in:
@ -906,9 +906,9 @@ void MainWindow::OnImportNANDBackup()
|
||||
},
|
||||
[this] {
|
||||
return RunOnObject(this, [this] {
|
||||
return QFileDialog::getOpenFileName(this, tr("Select the OTP/SEEPROM dump"),
|
||||
return QFileDialog::getOpenFileName(this, tr("Select the keys file (OTP/SEEPROM dump)"),
|
||||
QDir::currentPath(),
|
||||
tr("BootMii OTP/SEEPROM dump (*.bin);;"
|
||||
tr("BootMii keys file (*.bin);;"
|
||||
"All Files (*)"))
|
||||
.toStdString();
|
||||
});
|
||||
|
Reference in New Issue
Block a user