diff options
| author | Peter Penz <[email protected]> | 2010-05-20 16:11:19 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-05-20 16:11:19 +0000 |
| commit | b221d7ca1965751f2d6f515ec48d01d4df949414 (patch) | |
| tree | bf6a57d4bfb38ef0789305afba9085db1e462f8d /src | |
| parent | 5e47c22e212e2af6ce157a58759ca8823c3d301e (diff) | |
Rename "Destination" to "Link Destination" as suggested by Frank Reininghaus
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=1128906
Diffstat (limited to 'src')
| -rw-r--r-- | src/additionalinfoaccessor.cpp | 2 | ||||
| -rw-r--r-- | src/dolphinmodel.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/additionalinfoaccessor.cpp b/src/additionalinfoaccessor.cpp index 3d417e8e1..826ee4fc3 100644 --- a/src/additionalinfoaccessor.cpp +++ b/src/additionalinfoaccessor.cpp @@ -102,7 +102,7 @@ AdditionalInfoAccessor::AdditionalInfoAccessor() : { "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 } }; diff --git a/src/dolphinmodel.cpp b/src/dolphinmodel.cpp index 7e0986485..351967f76 100644 --- a/src/dolphinmodel.cpp +++ b/src/dolphinmodel.cpp @@ -119,7 +119,7 @@ QVariant DolphinModel::headerData(int section, Qt::Orientation orientation, int 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: |
