mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 20:35:32 -07:00
Fix untranslated strings
This commit is contained in:
@@ -346,7 +346,7 @@ NameAndLocationPage::isComplete() const
|
||||
} else if (const auto dir = QDir(systemLocation->text()); !dir.exists()) {
|
||||
systemLocationValidation->setText(tr("Directory does not exist"));
|
||||
} else {
|
||||
systemLocationValidation->setText("A new directory for the system will be created in the selected directory above");
|
||||
systemLocationValidation->setText(tr("A new directory for the system will be created in the selected directory above"));
|
||||
locationValid = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user