diff options
-rw-r--r-- | qt-ui/mainwindow.ui | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 7b75c2802..5dfde4fb9 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -836,8 +836,11 @@ p, li { white-space: pre-wrap; } </property> </action> <action name="actionFilterTags"> + <property name="checkable"> + <bool>true</bool> + </property> <property name="text"> - <string>&Filter by tags</string> + <string>&Filter divelist</string> </property> <property name="shortcut"> <string>Ctrl+F</string> |