ENH: better name for ungrouped entries.
This commit is contained in:
parent
b31b420b65
commit
db016a096e
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue