diff options
author | tjw123hh <tjw123hh@outlook.com> | 2023-07-24 20:41:22 +0800 |
---|---|---|
committer | tjw123hh <tjw123hh@outlook.com> | 2023-07-24 20:41:22 +0800 |
commit | 6a01c277e8f98797e3325a2b249e59ee95f43c7e (patch) | |
tree | e6ab0e661f99ca5519811d729722177743d36d5f /launcher/ui/pages/global | |
parent | 684c2ec47a4b91c57461284f9a8bffa25ce6d05d (diff) | |
download | PrismLauncher-6a01c277e8f98797e3325a2b249e59ee95f43c7e.tar.gz PrismLauncher-6a01c277e8f98797e3325a2b249e59ee95f43c7e.tar.bz2 PrismLauncher-6a01c277e8f98797e3325a2b249e59ee95f43c7e.zip |
Delete some incorrect tags
Diffstat (limited to 'launcher/ui/pages/global')
-rw-r--r-- | launcher/ui/pages/global/APIPage.ui | 2 | ||||
-rw-r--r-- | launcher/ui/pages/global/JavaPage.ui | 2 | ||||
-rw-r--r-- | launcher/ui/pages/global/MinecraftPage.ui | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/launcher/ui/pages/global/APIPage.ui b/launcher/ui/pages/global/APIPage.ui index 40b89d91..492741ba 100644 --- a/launcher/ui/pages/global/APIPage.ui +++ b/launcher/ui/pages/global/APIPage.ui @@ -30,7 +30,7 @@ </property> <widget class="QWidget" name="tab"> <attribute name="title"> - <string notr="true">Services</string> + <string>Services</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> diff --git a/launcher/ui/pages/global/JavaPage.ui b/launcher/ui/pages/global/JavaPage.ui index 6749cbe4..561cf79b 100644 --- a/launcher/ui/pages/global/JavaPage.ui +++ b/launcher/ui/pages/global/JavaPage.ui @@ -58,7 +58,7 @@ <item row="2" column="0"> <widget class="QLabel" name="labelPermGen"> <property name="text"> - <string notr="true">&PermGen:</string> + <string>&PermGen:</string> </property> <property name="buddy"> <cstring>permGenSpinBox</cstring> diff --git a/launcher/ui/pages/global/MinecraftPage.ui b/launcher/ui/pages/global/MinecraftPage.ui index a3188dcc..393b0f35 100644 --- a/launcher/ui/pages/global/MinecraftPage.ui +++ b/launcher/ui/pages/global/MinecraftPage.ui @@ -39,7 +39,7 @@ </property> <widget class="QWidget" name="minecraftTab"> <attribute name="title"> - <string notr="true">General</string> + <string>General</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> |