diff options
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 10 |
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> |
