summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-27 17:45:52 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-27 17:45:52 -0500
commit06bb9870dd267215fac1d585c56a1ae0712f140c (patch)
treede53d6a8de7d71d265846d4b46bca5ff46017e65
parent9134ae6111f0d357428b8a15abc26a727fe465a4 (diff)
fixed tooltips
-rw-r--r--src/mainwindow.ui10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 9648a586..47da0c38 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -132,7 +132,7 @@
<item>
<widget class="QRadioButton" name="categoriesAndBtn">
<property name="toolTip">
- <string>If checked, only mods that match all selected categories are displayed.</string>
+ <string>Display mods that match all selected categories.</string>
</property>
<property name="text">
<string>And</string>
@@ -145,7 +145,7 @@
<item>
<widget class="QRadioButton" name="categoriesOrBtn">
<property name="toolTip">
- <string>If checked, all mods that match at least one of the selected categories are displayed.</string>
+ <string>Display mods that match at least one of the selected categories</string>
</property>
<property name="text">
<string>Or</string>
@@ -154,6 +154,9 @@
</item>
<item>
<widget class="QCheckBox" name="categoriesNotBtn">
+ <property name="toolTip">
+ <string>Invert each selected category</string>
+ </property>
<property name="text">
<string>Not</string>
</property>
@@ -161,6 +164,9 @@
</item>
<item>
<widget class="QCheckBox" name="categoriesSeparators">
+ <property name="toolTip">
+ <string>Include separators</string>
+ </property>
<property name="text">
<string>Separators</string>
</property>