aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform/atlauncher
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-03-19 12:35:15 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2022-03-19 12:35:15 +0100
commitccfd06ad2141663f38ac42dd8c68ed6253bdfdde (patch)
treebc5f737de1533959b3d1f8f79b6c69fb1180a095 /launcher/ui/pages/modplatform/atlauncher
parent48c2146a420d8474359cce5b507606fdb2a6988f (diff)
downloadPrismLauncher-ccfd06ad2141663f38ac42dd8c68ed6253bdfdde.tar.gz
PrismLauncher-ccfd06ad2141663f38ac42dd8c68ed6253bdfdde.tar.bz2
PrismLauncher-ccfd06ad2141663f38ac42dd8c68ed6253bdfdde.zip
fix(i18n): remove brand names from translations
Diffstat (limited to 'launcher/ui/pages/modplatform/atlauncher')
-rw-r--r--launcher/ui/pages/modplatform/atlauncher/AtlPage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/atlauncher/AtlPage.h b/launcher/ui/pages/modplatform/atlauncher/AtlPage.h
index 5b3f2228..150edd02 100644
--- a/launcher/ui/pages/modplatform/atlauncher/AtlPage.h
+++ b/launcher/ui/pages/modplatform/atlauncher/AtlPage.h
@@ -42,7 +42,7 @@ public:
virtual ~AtlPage();
virtual QString displayName() const override
{
- return tr("ATLauncher");
+ return "ATLauncher";
}
virtual QIcon icon() const override
{