Merge pull request #298 from Scrumplex/fix-i18n

Fix translatable strings
This commit is contained in:
Sefa Eyeoglu 2022-03-21 14:21:06 +01:00 committed by GitHub
commit 062fc79286
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 39 additions and 39 deletions

View file

@ -70,7 +70,7 @@ public:
virtual ~Page();
QString displayName() const override
{
return tr("FTB Legacy");
return "FTB Legacy";
}
QIcon icon() const override
{