summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/QtDialog/QCMakeCacheView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/QtDialog/QCMakeCacheView.cxx b/Source/QtDialog/QCMakeCacheView.cxx
index 5d313d3..d7c8603 100644
--- a/Source/QtDialog/QCMakeCacheView.cxx
+++ b/Source/QtDialog/QCMakeCacheView.cxx
@@ -424,7 +424,7 @@ QVariant QCMakeCacheModel::data (const QModelIndex& idx, int role) const
{
if(l->first == QString())
{
- return tr("Ungrouped Properties");
+ return tr("Ungrouped Entries");
}
return l->first;
}