aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform/legacy_ftb
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/legacy_ftb
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/legacy_ftb')
-rw-r--r--launcher/ui/pages/modplatform/legacy_ftb/Page.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/legacy_ftb/Page.h b/launcher/ui/pages/modplatform/legacy_ftb/Page.h
index d8225e11..59911908 100644
--- a/launcher/ui/pages/modplatform/legacy_ftb/Page.h
+++ b/launcher/ui/pages/modplatform/legacy_ftb/Page.h
@@ -50,7 +50,7 @@ public:
virtual ~Page();
QString displayName() const override
{
- return tr("FTB Legacy");
+ return "FTB Legacy";
}
QIcon icon() const override
{