diff options
Diffstat (limited to 'qt-ui/filtermodels.cpp')
-rw-r--r-- | qt-ui/filtermodels.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/filtermodels.cpp b/qt-ui/filtermodels.cpp index 7ef0df3b9..01d2592f8 100644 --- a/qt-ui/filtermodels.cpp +++ b/qt-ui/filtermodels.cpp @@ -141,7 +141,7 @@ void TagFilterModel::repopulate() current_tag_entry = current_tag_entry->next; } qSort(list); - list << tr("Empty Tags"); + list << tr("Empty tags"); setStringList(list); delete[] checkState; checkState = new bool[list.count()]; |