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/dolphinmodel.cpp | |
| 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/dolphinmodel.cpp')
| -rw-r--r-- | src/dolphinmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
