Clarify the "Select the OTP/SEEPROM dump" message

Most users don't know what OTP/SEEPROM means.
This commit is contained in:
JosJuice
2017-12-02 18:20:42 +01:00
parent 76fbdbb06e
commit c4db59e7b6
2 changed files with 7 additions and 6 deletions

View File

@ -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();
});