mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-06 08:39:06 +00:00
UI text fix
This commit is contained in:
@@ -156,7 +156,7 @@ void MainDialog::LoadPresetConfig() {
|
|||||||
// Get status
|
// Get status
|
||||||
QString status = GetNANDText(list[i], list.size() > 1);
|
QString status = GetNANDText(list[i], list.size() > 1);
|
||||||
if (list[i].version != Core::CurrentDumperVersion) {
|
if (list[i].version != Core::CurrentDumperVersion) {
|
||||||
status = tr("Version Dismatch");
|
status = tr("Version Mismatch");
|
||||||
} else if (!IsConfigGood(list[i])) {
|
} else if (!IsConfigGood(list[i])) {
|
||||||
status = tr("No Configuration Found");
|
status = tr("No Configuration Found");
|
||||||
} else if (!IsConfigComplete(list[i])) {
|
} else if (!IsConfigComplete(list[i])) {
|
||||||
@@ -209,7 +209,7 @@ void MainDialog::LaunchImportDialog() {
|
|||||||
|
|
||||||
// Display info regarding status
|
// Display info regarding status
|
||||||
if (config.version != Core::CurrentDumperVersion) {
|
if (config.version != Core::CurrentDumperVersion) {
|
||||||
QMessageBox::critical(this, tr("Version Dismatch"),
|
QMessageBox::critical(this, tr("Version Mismatch"),
|
||||||
tr("You are using an unsupported version of threeSDumper.<br>Please "
|
tr("You are using an unsupported version of threeSDumper.<br>Please "
|
||||||
"ensure that you are using the most recent version of both "
|
"ensure that you are using the most recent version of both "
|
||||||
"threeSD and threeSDumper and try again."));
|
"threeSD and threeSDumper and try again."));
|
||||||
|
|||||||
Reference in New Issue
Block a user