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

@ -61,7 +61,7 @@ public:
virtual ~AtlPage();
virtual QString displayName() const override
{
return tr("ATLauncher");
return "ATLauncher";
}
virtual QIcon icon() const override
{