aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/global
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-10-18 09:01:48 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-10-18 09:37:59 +0200
commit722194405a8333a70b44cc204dabc8a590a6b3fd (patch)
tree56da37a1332fb09bc995d34f4acac822d4201212 /launcher/ui/pages/global
parent0868a5e534e11190cec4fa1497ca0741ab0e762a (diff)
downloadPrismLauncher-722194405a8333a70b44cc204dabc8a590a6b3fd.tar.gz
PrismLauncher-722194405a8333a70b44cc204dabc8a590a6b3fd.tar.bz2
PrismLauncher-722194405a8333a70b44cc204dabc8a590a6b3fd.zip
refactor: initial rebrand
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/ui/pages/global')
-rw-r--r--launcher/ui/pages/global/LauncherPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/global/LauncherPage.cpp b/launcher/ui/pages/global/LauncherPage.cpp
index 73ef0024..1e5df5b2 100644
--- a/launcher/ui/pages/global/LauncherPage.cpp
+++ b/launcher/ui/pages/global/LauncherPage.cpp
@@ -151,7 +151,7 @@ void LauncherPage::on_instDirBrowseBtn_clicked()
"This is known to cause problems. "
"After a restart the launcher might break, "
"because it will no longer have access to that directory.\n\n"
- "Granting PolyMC access to it via Flatseal is recommended."));
+ "Granting %1 access to it via Flatseal is recommended.").arg(BuildConfig.LAUNCHER_DISPLAYNAME));
warning.setInformativeText(
tr("Do you want to proceed anyway?"));
warning.setStandardButtons(QMessageBox::Ok | QMessageBox::Cancel);