aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform/atlauncher
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-03-21 14:21:06 +0100
committerGitHub <noreply@github.com>2022-03-21 14:21:06 +0100
commit062fc79286fd5b9350a0041f734885f8fe29de64 (patch)
tree13201321c94624d234fee9189287aed18babd661 /launcher/ui/pages/modplatform/atlauncher
parent2da565f5d486af6100d4b4584171c78c09a50b07 (diff)
parent7e0312493bf534ae2b4a09211f7459367dd80495 (diff)
downloadPrismLauncher-062fc79286fd5b9350a0041f734885f8fe29de64.tar.gz
PrismLauncher-062fc79286fd5b9350a0041f734885f8fe29de64.tar.bz2
PrismLauncher-062fc79286fd5b9350a0041f734885f8fe29de64.zip
Merge pull request #298 from Scrumplex/fix-i18n
Fix translatable strings
Diffstat (limited to 'launcher/ui/pages/modplatform/atlauncher')
-rw-r--r--launcher/ui/pages/modplatform/atlauncher/AtlPage.h2
-rw-r--r--launcher/ui/pages/modplatform/atlauncher/AtlPage.ui2
2 files changed, 2 insertions, 2 deletions
diff --git a/launcher/ui/pages/modplatform/atlauncher/AtlPage.h b/launcher/ui/pages/modplatform/atlauncher/AtlPage.h
index d5f622aa..c95b0127 100644
--- a/launcher/ui/pages/modplatform/atlauncher/AtlPage.h
+++ b/launcher/ui/pages/modplatform/atlauncher/AtlPage.h
@@ -61,7 +61,7 @@ public:
virtual ~AtlPage();
virtual QString displayName() const override
{
- return tr("ATLauncher");
+ return "ATLauncher";
}
virtual QIcon icon() const override
{
diff --git a/launcher/ui/pages/modplatform/atlauncher/AtlPage.ui b/launcher/ui/pages/modplatform/atlauncher/AtlPage.ui
index 9085766a..746aa6d1 100644
--- a/launcher/ui/pages/modplatform/atlauncher/AtlPage.ui
+++ b/launcher/ui/pages/modplatform/atlauncher/AtlPage.ui
@@ -71,7 +71,7 @@
<item row="0" column="0">
<widget class="QLineEdit" name="searchEdit">
<property name="placeholderText">
- <string>Search and filter ...</string>
+ <string>Search and filter...</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>