diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-19 12:35:15 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-19 12:35:15 +0100 |
commit | ccfd06ad2141663f38ac42dd8c68ed6253bdfdde (patch) | |
tree | bc5f737de1533959b3d1f8f79b6c69fb1180a095 /launcher/ui/pages/modplatform/legacy_ftb | |
parent | 48c2146a420d8474359cce5b507606fdb2a6988f (diff) | |
download | PrismLauncher-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.h | 2 |
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 { |