diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-23 14:38:30 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-23 14:38:30 +0300 |
commit | 85bbab0e9284e35b0fec26405537c9160496974f (patch) | |
tree | fcbceeb50d29cde8f5378246aceebea33b60bcc1 /launcher/ui/pages/global/LauncherPage.ui | |
parent | 67db141203864123f65d93723e7eed43328b8d97 (diff) | |
parent | 8df5ab8aa7ec32ee3c44e2b57dc9c9f04e093d9d (diff) | |
download | PrismLauncher-85bbab0e9284e35b0fec26405537c9160496974f.tar.gz PrismLauncher-85bbab0e9284e35b0fec26405537c9160496974f.tar.bz2 PrismLauncher-85bbab0e9284e35b0fec26405537c9160496974f.zip |
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into net_job_crash
Diffstat (limited to 'launcher/ui/pages/global/LauncherPage.ui')
-rw-r--r-- | launcher/ui/pages/global/LauncherPage.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/launcher/ui/pages/global/LauncherPage.ui b/launcher/ui/pages/global/LauncherPage.ui index 55bd3eea..d9116bfc 100644 --- a/launcher/ui/pages/global/LauncherPage.ui +++ b/launcher/ui/pages/global/LauncherPage.ui @@ -172,7 +172,7 @@ <string>Disable using metadata provided by mod providers (like Modrinth or Curseforge) for mods.</string> </property> <property name="text"> - <string>Disable using metadata for mods?</string> + <string>Disable using metadata for mods</string> </property> </widget> </item> @@ -307,21 +307,21 @@ <item> <widget class="QCheckBox" name="showConsoleCheck"> <property name="text"> - <string>Show console while the game is &running?</string> + <string>Show console while the game is &running</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="autoCloseConsoleCheck"> <property name="text"> - <string>&Automatically close console when the game quits?</string> + <string>&Automatically close console when the game quits</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="showConsoleErrorCheck"> <property name="text"> - <string>Show console when the game &crashes?</string> + <string>Show console when the game &crashes</string> </property> </widget> </item> |