aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-07-07 17:12:10 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-07-07 17:12:10 +0300
commit3139af8487ae8ea20468023e477be02cf0b96a4d (patch)
treedc5ac819595ed8c109492911ba16044c7ea0b0ff /launcher
parent93870c315f84d2bb599d669be8205990ee48907d (diff)
downloadPrismLauncher-3139af8487ae8ea20468023e477be02cf0b96a4d.tar.gz
PrismLauncher-3139af8487ae8ea20468023e477be02cf0b96a4d.tar.bz2
PrismLauncher-3139af8487ae8ea20468023e477be02cf0b96a4d.zip
Made action text simpler
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher')
-rw-r--r--launcher/ui/pages/instance/ModFolderPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/instance/ModFolderPage.cpp b/launcher/ui/pages/instance/ModFolderPage.cpp
index ce6968f5..fe2f21c9 100644
--- a/launcher/ui/pages/instance/ModFolderPage.cpp
+++ b/launcher/ui/pages/instance/ModFolderPage.cpp
@@ -107,7 +107,7 @@ ModFolderPage::ModFolderPage(BaseInstance* inst, std::shared_ptr<ModFolderModel>
ui->actionVisitItemPage->setText(tr("Visit mod's page"));
ui->actionVisitItemPage->setToolTip(tr("Go to mod's home page"));
} else {
- ui->actionVisitItemPage->setText(tr("Visit the pages of the selected mods"));
+ ui->actionVisitItemPage->setText(tr("Visit mods pages"));
ui->actionVisitItemPage->setToolTip(tr("Go to the pages of the selected mods"));
}
ui->actionVisitItemPage->setEnabled(selected != 0);