Merge pull request #1819 from Desoroxxx/patch-1

Improve name and tooltip of mod dependency management option
This commit is contained in:
TheKodeToad 2023-11-08 20:47:56 +00:00 committed by GitHub
commit a30292009a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,10 +189,10 @@
<item>
<widget class="QCheckBox" name="dependenciesDisableBtn">
<property name="toolTip">
<string>Disable automatically checking and installation of mod dependencies.</string>
<string>Disable the automatic detection, installation, and updating of mod dependencies.</string>
</property>
<property name="text">
<string>Do not install mod dependencies</string>
<string>Disable automatic mod dependency management</string>
</property>
</widget>
</item>