Merge pull request #1233 from p2js/ui-consistency-fix
Remove inconsistent/unneeded question marks in UI
This commit is contained in:
parent
7ed15b2687
commit
567af5b22d
@ -333,13 +333,13 @@ QVariant AccountList::data(const QModelIndex &index, int role) const
|
|||||||
|
|
||||||
case MigrationColumn: {
|
case MigrationColumn: {
|
||||||
if(account->isMSA() || account->isOffline()) {
|
if(account->isMSA() || account->isOffline()) {
|
||||||
return tr("N/A", "Can Migrate?");
|
return tr("N/A", "Can Migrate");
|
||||||
}
|
}
|
||||||
if (account->canMigrate()) {
|
if (account->canMigrate()) {
|
||||||
return tr("Yes", "Can Migrate?");
|
return tr("Yes", "Can Migrate");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return tr("No", "Can Migrate?");
|
return tr("No", "Can Migrate");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -172,7 +172,7 @@
|
|||||||
<string>Disable using metadata provided by mod providers (like Modrinth or Curseforge) for mods.</string>
|
<string>Disable using metadata provided by mod providers (like Modrinth or Curseforge) for mods.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Disable using metadata for mods?</string>
|
<string>Disable using metadata for mods</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -307,21 +307,21 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="showConsoleCheck">
|
<widget class="QCheckBox" name="showConsoleCheck">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show console while the game is &running?</string>
|
<string>Show console while the game is &running</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="autoCloseConsoleCheck">
|
<widget class="QCheckBox" name="autoCloseConsoleCheck">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Automatically close console when the game quits?</string>
|
<string>&Automatically close console when the game quits</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="showConsoleErrorCheck">
|
<widget class="QCheckBox" name="showConsoleErrorCheck">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show console when the game &crashes?</string>
|
<string>Show console when the game &crashes</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="maximizedCheckBox">
|
<widget class="QCheckBox" name="maximizedCheckBox">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Start Minecraft &maximized?</string>
|
<string>Start Minecraft &maximized</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -269,7 +269,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="maximizedCheckBox">
|
<widget class="QCheckBox" name="maximizedCheckBox">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Start Minecraft maximized?</string>
|
<string>Start Minecraft maximized</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -341,21 +341,21 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="showConsoleCheck">
|
<widget class="QCheckBox" name="showConsoleCheck">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show console while the game is running?</string>
|
<string>Show console while the game is running</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="autoCloseConsoleCheck">
|
<widget class="QCheckBox" name="autoCloseConsoleCheck">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Automatically close console when the game quits?</string>
|
<string>Automatically close console when the game quits</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="showConsoleErrorCheck">
|
<widget class="QCheckBox" name="showConsoleErrorCheck">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show console when the game crashes?</string>
|
<string>Show console when the game crashes</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user