Fix untranslated strings

This commit is contained in:
nelsonhef
2025-08-11 09:45:35 -03:00
parent 42fa1dbe54
commit e70379857d
3 changed files with 3 additions and 3 deletions

View File

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