Merge pull request #298 from Scrumplex/fix-i18n

Fix translatable strings
This commit is contained in:
Sefa Eyeoglu
2022-03-21 14:21:06 +01:00
parent 0a4a3fece5
commit a5fc640f2c
27 changed files with 39 additions and 39 deletions

View File

@ -193,7 +193,7 @@ void FlameModPage::onSelectionChanged(QModelIndex first, QModelIndex second) {
ui->versionSelectionBox->addItem(version.version, QVariant(i));
}
if (ui->versionSelectionBox->count() == 0) {
ui->versionSelectionBox->addItem(tr("No Valid Version found!"),
ui->versionSelectionBox->addItem(tr("No valid version found."),
QVariant(-1));
}
@ -211,7 +211,7 @@ void FlameModPage::onSelectionChanged(QModelIndex first, QModelIndex second) {
QVariant(i));
}
if (ui->versionSelectionBox->count() == 0) {
ui->versionSelectionBox->addItem(tr("No Valid Version found!"),
ui->versionSelectionBox->addItem(tr("No valid version found."),
QVariant(-1));
}