diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-06-22 13:22:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 13:22:44 +0100 |
commit | e7ad373d892d9040445011d47fe103922eb1abd6 (patch) | |
tree | f1b527800532479cb063fa96fb843e1a1b0248ec /launcher/ui/pages/instance/InstanceSettingsPage.ui | |
parent | dea33a3c1d3936cc5cfdd0917673af84e94d70de (diff) | |
parent | 05a8232a8f1011f74b4d81d1ee5541eb01fe3ae1 (diff) | |
download | PrismLauncher-e7ad373d892d9040445011d47fe103922eb1abd6.tar.gz PrismLauncher-e7ad373d892d9040445011d47fe103922eb1abd6.tar.bz2 PrismLauncher-e7ad373d892d9040445011d47fe103922eb1abd6.zip |
Merge branch 'PrismLauncher:develop' into better-component-installation
Diffstat (limited to 'launcher/ui/pages/instance/InstanceSettingsPage.ui')
-rw-r--r-- | launcher/ui/pages/instance/InstanceSettingsPage.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/launcher/ui/pages/instance/InstanceSettingsPage.ui b/launcher/ui/pages/instance/InstanceSettingsPage.ui index 19d6dc02..8427965d 100644 --- a/launcher/ui/pages/instance/InstanceSettingsPage.ui +++ b/launcher/ui/pages/instance/InstanceSettingsPage.ui @@ -269,7 +269,7 @@ <item> <widget class="QCheckBox" name="maximizedCheckBox"> <property name="text"> - <string>Start Minecraft maximized?</string> + <string>Start Minecraft maximized</string> </property> </widget> </item> @@ -341,21 +341,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> |