summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nepomuk/utils/resourcemodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nepomuk/utils/resourcemodel.cpp b/src/nepomuk/utils/resourcemodel.cpp
index 72c71e9b..8eb4b83a 100644
--- a/src/nepomuk/utils/resourcemodel.cpp
+++ b/src/nepomuk/utils/resourcemodel.cpp
@@ -146,7 +146,7 @@ QVariant Nepomuk2::Utils::ResourceModel::data( const QModelIndex& index, int rol
cat = c.name();
}
if ( c.uri() == Soprano::Vocabulary::RDFS::Resource() || cat.isEmpty() ) {
- cat = i18nc( "@title KCategorizedSortFilterProxyModel grouping for all Nepomukj resources that are of type rdfs:Resource", "Miscellaneous" );
+ cat = i18nc( "@title KCategorizedSortFilterProxyModel grouping all Nepomuk resources whose type is rdfs:Resource", "Miscellaneous" );
}
return cat;