Fix installed typo

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
(cherry picked from commit 670c932f32)
This commit is contained in:
Trial97
2024-10-31 14:51:18 +02:00
committed by github-actions[bot]
parent 87d5b96760
commit 1dce1360bd
2 changed files with 2 additions and 2 deletions

View File

@ -418,7 +418,7 @@ void ModUpdateDialog::appendMod(CheckUpdateTask::UpdatableMod const& info, QStri
auto item_top = new QTreeWidgetItem(ui->modTreeWidget);
item_top->setCheckState(0, info.enabled ? Qt::CheckState::Checked : Qt::CheckState::Unchecked);
if (!info.enabled) {
item_top->setToolTip(0, tr("Mod was disabled as it may be already instaled."));
item_top->setToolTip(0, tr("Mod was disabled as it may be already installed."));
}
item_top->setText(0, info.name);
item_top->setExpanded(true);