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
committerSefa Eyeoglu <contact@scrumplex.net>2022-03-22 20:11:15 +0100
commita5fc640f2cb0ca772efdf93f400084d33f6383d4 (patch)
tree1069506bd9510d1acb5c661cac4b18263114aed7 /launcher/ui/pages/modplatform/atlauncher
parent0a4a3fece57a68b2df6c5c0da8d990b1f981816c (diff)
downloadPrismLauncher-a5fc640f2cb0ca772efdf93f400084d33f6383d4.tar.gz
PrismLauncher-a5fc640f2cb0ca772efdf93f400084d33f6383d4.tar.bz2
PrismLauncher-a5fc640f2cb0ca772efdf93f400084d33f6383d4.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>