mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 03:46:58 +03:00
Fix installed typo
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
(cherry picked from commit 670c932f32)
This commit is contained in:
parent
87d5b96760
commit
1dce1360bd
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ void ReviewMessageBox::appendResource(ResourceInformation&& info)
|
|||
itemTop->setCheckState(0, info.enabled ? Qt::CheckState::Checked : Qt::CheckState::Unchecked);
|
||||
itemTop->setText(0, info.name);
|
||||
if (!info.enabled) {
|
||||
itemTop->setToolTip(0, tr("Mod was disabled as it may be already instaled."));
|
||||
itemTop->setToolTip(0, tr("Mod was disabled as it may be already installed."));
|
||||
}
|
||||
|
||||
auto filenameItem = new QTreeWidgetItem(itemTop);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue