diff --git a/launcher/minecraft/auth/AccountList.cpp b/launcher/minecraft/auth/AccountList.cpp
index 9e2fd1113..c27941472 100644
--- a/launcher/minecraft/auth/AccountList.cpp
+++ b/launcher/minecraft/auth/AccountList.cpp
@@ -333,13 +333,13 @@ QVariant AccountList::data(const QModelIndex &index, int role) const
case MigrationColumn: {
if(account->isMSA() || account->isOffline()) {
- return tr("N/A", "Can Migrate?");
+ return tr("N/A", "Can Migrate");
}
if (account->canMigrate()) {
- return tr("Yes", "Can Migrate?");
+ return tr("Yes", "Can Migrate");
}
else {
- return tr("No", "Can Migrate?");
+ return tr("No", "Can Migrate");
}
}
diff --git a/launcher/ui/pages/global/LauncherPage.ui b/launcher/ui/pages/global/LauncherPage.ui
index 55bd3eea7..d9116bfcf 100644
--- a/launcher/ui/pages/global/LauncherPage.ui
+++ b/launcher/ui/pages/global/LauncherPage.ui
@@ -172,7 +172,7 @@
Disable using metadata provided by mod providers (like Modrinth or Curseforge) for mods.
- Disable using metadata for mods?
+ Disable using metadata for mods
@@ -307,21 +307,21 @@
-
- Show console while the game is &running?
+ Show console while the game is &running
-
- &Automatically close console when the game quits?
+ &Automatically close console when the game quits
-
- Show console when the game &crashes?
+ Show console when the game &crashes
diff --git a/launcher/ui/pages/global/MinecraftPage.ui b/launcher/ui/pages/global/MinecraftPage.ui
index 103881b57..8f5de725d 100644
--- a/launcher/ui/pages/global/MinecraftPage.ui
+++ b/launcher/ui/pages/global/MinecraftPage.ui
@@ -51,7 +51,7 @@
-
- Start Minecraft &maximized?
+ Start Minecraft &maximized
diff --git a/launcher/ui/pages/instance/InstanceSettingsPage.ui b/launcher/ui/pages/instance/InstanceSettingsPage.ui
index 19d6dc02d..8427965de 100644
--- a/launcher/ui/pages/instance/InstanceSettingsPage.ui
+++ b/launcher/ui/pages/instance/InstanceSettingsPage.ui
@@ -269,7 +269,7 @@
-
- Start Minecraft maximized?
+ Start Minecraft maximized
@@ -341,21 +341,21 @@
-
- Show console while the game is running?
+ Show console while the game is running
-
- Automatically close console when the game quits?
+ Automatically close console when the game quits
-
- Show console when the game crashes?
+ Show console when the game crashes