X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/743590a944bfce0d886a372a0e8a99e6a88593b3..0abbaf9e11d166da461bb33bc6abeb5ddfb5fa2c:/src/dolphinitemcategorizer.cpp diff --git a/src/dolphinitemcategorizer.cpp b/src/dolphinitemcategorizer.cpp index c83f9383f..dfb384062 100644 --- a/src/dolphinitemcategorizer.cpp +++ b/src/dolphinitemcategorizer.cpp @@ -177,6 +177,10 @@ QString DolphinItemCategorizer::categoryForItem(const QModelIndex& index, case DolphinView::SortByTags: { retString = DolphinSortFilterProxyModel::tagsForIndex(index); + + if (retString.isEmpty()) + retString = i18n("Not yet tagged"); + break; } #endif