summaryrefslogtreecommitdiffstats
path: root/qt-ui/filtermodels.cpp
diff options
context:
space:
mode:
authorGravatar Tim Wootton <tim@tee-jay.demon.co.uk>2014-11-25 15:47:24 +0000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-25 07:57:33 -0800
commit93d59c22d78788823c22f7d6f2efa01bdcdac5f4 (patch)
tree2db6ced98955950013a92bfa8b5b9a8fa72da06c /qt-ui/filtermodels.cpp
parentf72ec5e29bbf36f5346dd7c0a56972e916c4efa1 (diff)
downloadsubsurface-93d59c22d78788823c22f7d6f2efa01bdcdac5f4.tar.gz
Match agreed captalisation style
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/filtermodels.cpp')
-rw-r--r--qt-ui/filtermodels.cpp2
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()];