Fix tooltip inconsistency

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2025-03-24 17:19:09 +00:00
parent 491b5e1473
commit 23a28fe762

View File

@@ -29,7 +29,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>-616</y>
<width>566</width> <width>566</width>
<height>1296</height> <height>1296</height>
</rect> </rect>
@@ -325,7 +325,7 @@
<item> <item>
<widget class="QCheckBox" name="metadataEnableBtn"> <widget class="QCheckBox" name="metadataEnableBtn">
<property name="toolTip"> <property name="toolTip">
<string>Disable using metadata provided by mod providers (like Modrinth or CurseForge) for mods.</string> <string>Store version information provided by mod providers (like Modrinth or CurseForge) for mods.</string>
</property> </property>
<property name="text"> <property name="text">
<string>Keep track of mod metadata</string> <string>Keep track of mod metadata</string>
@@ -345,7 +345,7 @@
<item> <item>
<widget class="QCheckBox" name="dependenciesEnableBtn"> <widget class="QCheckBox" name="dependenciesEnableBtn">
<property name="toolTip"> <property name="toolTip">
<string>Disable the automatic detection, installation, and updating of mod dependencies.</string> <string>Automatically detect, install, and update mod dependencies.</string>
</property> </property>
<property name="text"> <property name="text">
<string>Install dependencies automatically</string> <string>Install dependencies automatically</string>
@@ -355,7 +355,7 @@
<item> <item>
<widget class="QCheckBox" name="modpackUpdatePromptBtn"> <widget class="QCheckBox" name="modpackUpdatePromptBtn">
<property name="toolTip"> <property name="toolTip">
<string>When creating a new modpack instance, do not suggest updating existing instances instead.</string> <string>When creating a new modpack instance, suggest updating an existing instance instead.</string>
</property> </property>
<property name="text"> <property name="text">
<string>Suggest to update an existing instance</string> <string>Suggest to update an existing instance</string>