diff options
| author | Pino Toscano <pino@kde.org> | 2013-02-12 15:55:31 +0100 | 
|---|---|---|
| committer | Pino Toscano <pino@kde.org> | 2013-02-12 15:55:31 +0100 | 
| commit | c5f14cef1bf8d3cdd187d308823bc488b5385a1e (patch) | |
| tree | b67fb2f585d8f08bce62111519deed580424da0c /src/nepomuk/utils | |
| parent | Honor configuration for Web Shortcuts. (diff) | |
| download | rekonq-c5f14cef1bf8d3cdd187d308823bc488b5385a1e.tar.xz | |
SVN_SILENT improve msgctxt
Diffstat (limited to 'src/nepomuk/utils')
| -rw-r--r-- | src/nepomuk/utils/resourcemodel.cpp | 2 | 
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; | 
