diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-07 20:11:26 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-10 10:27:30 +0100 |
| commit | f919e0917344d7396f03423ef4fcd4d41fe37b07 (patch) | |
| tree | 3cf695b5ce9d77da121a8088a67272654d689921 /src/settingsdialog.ui | |
| parent | 5765439c7cff4e314a0c5732432bdb7b20e91efd (diff) | |
Show conflicts and highligth plugins from collapsed separators.
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index a22beacd..527f9a91 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -318,13 +318,13 @@ If you disable this feature, MO will only display official DLCs this way. Please <item> <widget class="QCheckBox" name="collapsibleSeparatorsConflictsBox"> <property name="toolTip"> - <string>Display mod conflicts on separator when collapsed.</string> + <string>Display mod conflicts on and from separator when collapsed, and show plugins from collapsed separators.</string> </property> <property name="whatsThis"> - <string>Display mod conflicts on separator when collapsed.</string> + <string>Display mod conflicts on and from separator when collapsed, and show plugins from collapsed separators.</string> </property> <property name="text"> - <string>Show conflicts on separators</string> + <string>Show conflicts and plugins on separators and from separators</string> </property> <property name="checked"> <bool>true</bool> |
