X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/70e938b23ef3238bc69ad01ac85cd9262229ea82..54dfdc930a5511eae2b15f3e87e5d1cd425bdbe4:/src/dolphinmodel.cpp diff --git a/src/dolphinmodel.cpp b/src/dolphinmodel.cpp index 434a475f5..8a5b6c732 100644 --- a/src/dolphinmodel.cpp +++ b/src/dolphinmodel.cpp @@ -47,7 +47,7 @@ #include #include -static const char *others = I18N_NOOP2("@title:group Name", "Uncategorized"); +static const char *others = I18N_NOOP2("@title:group Name", "Others"); DolphinModel::DolphinModel(QObject *parent) : KDirModel(parent) @@ -245,7 +245,7 @@ QVariant DolphinModel::data(const QModelIndex &index, int role) const retVariant = data(index, KCategorizedSortFilterProxyModel::CategoryDisplayRole); if (retVariant == i18nc("@title:group Name", others)) - retVariant = QString(); + retVariant = QString(QChar(QChar::ReplacementCharacter)); break; }