diff options
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | desktop-widgets/filterwidget2.ui | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d6cc2dcb..7c9761f8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- fix incorrect tool tip for the button closing the filter panel - fix crash when (re-)loading maps --- * Always add new entries at the very top of this file above other existing entries and this note. diff --git a/desktop-widgets/filterwidget2.ui b/desktop-widgets/filterwidget2.ui index bc52a0a4c..44b0dfcfd 100644 --- a/desktop-widgets/filterwidget2.ui +++ b/desktop-widgets/filterwidget2.ui @@ -307,7 +307,7 @@ <item row="0" column="2"> <widget class="QToolButton" name="close"> <property name="toolTip"> - <string>Close and reset filters</string> + <string>Close filters</string> </property> <property name="icon"> <iconset> |