CCMAIL: frank78ac@googlemail.com
svn path=/trunk/KDE/kdebase/apps/; revision=
1128906
{ "owner", I18N_NOOP2("@label", "Owner"), DolphinView::SortByOwner, 8 },
{ "group", I18N_NOOP2("@label", "Group"), DolphinView::SortByGroup, 16 },
{ "type", I18N_NOOP2("@label", "Type"), DolphinView::SortByType, 32 },
{ "owner", I18N_NOOP2("@label", "Owner"), DolphinView::SortByOwner, 8 },
{ "group", I18N_NOOP2("@label", "Group"), DolphinView::SortByGroup, 16 },
{ "type", I18N_NOOP2("@label", "Type"), DolphinView::SortByType, 32 },
- { "destination", I18N_NOOP2("@label", "Destination"), DolphinView::SortByDestination, 64 },
+ { "destination", I18N_NOOP2("@label", "Link Destination"), DolphinView::SortByDestination, 64 },
{ "path", I18N_NOOP2("@label", "Path"), DolphinView::SortByPath, 128 }
};
{ "path", I18N_NOOP2("@label", "Path"), DolphinView::SortByPath, 128 }
};
if ((orientation == Qt::Horizontal) && (role == Qt::DisplayRole)) {
switch (section) {
case DolphinModel::LinkDest:
if ((orientation == Qt::Horizontal) && (role == Qt::DisplayRole)) {
switch (section) {
case DolphinModel::LinkDest:
- return i18nc("@title::column", "Destination");
+ return i18nc("@title::column", "Link Destination");
case DolphinModel::LocalPathOrUrl:
return i18nc("@title::column", "Path");
default:
case DolphinModel::LocalPathOrUrl:
return i18nc("@title::column", "Path");
default: