ENH: better name for ungrouped entries.

This commit is contained in:
Clinton Stimpson 2008-06-11 15:08:52 -04:00
parent b31b420b65
commit db016a096e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}