]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinitemcategorizer.cpp
Fix the small issue when you select by categories and then you
[dolphin.git] / src / dolphinitemcategorizer.cpp
index c83f9383f2bf3d2d35cec291149e0ead3fdfdbde..dfb3840624548550809b8a92a4bdc95043485e5f 100644 (file)
@@ -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