diff options
author | Alfio <tomarchioalfio5@gmail.com> | 2023-06-20 10:25:11 +0200 |
---|---|---|
committer | P2 <tomarchioalfio5@gmail.com> | 2023-06-20 10:40:27 +0200 |
commit | f769b0b4c63888ac95416a4cc834aad2395f9b74 (patch) | |
tree | a97780690cb88c1c95b1493c6dd6fa31c6b56b87 /launcher/ui/pages/instance | |
parent | af6bf11793fb463fe62c99695e56ff6599612d05 (diff) | |
download | PrismLauncher-f769b0b4c63888ac95416a4cc834aad2395f9b74.tar.gz PrismLauncher-f769b0b4c63888ac95416a4cc834aad2395f9b74.tar.bz2 PrismLauncher-f769b0b4c63888ac95416a4cc834aad2395f9b74.zip |
Remove inconsistent/unneeded question marks in UI
Signed-off-by: P2 <tomarchioalfio5@gmail.com>
Diffstat (limited to 'launcher/ui/pages/instance')
-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> |