┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/metadatawidget.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-07-09 17:51:39 +0000
committerPeter Penz <[email protected]>2007-07-09 17:51:39 +0000
commit50d9e030e7855080c037b826f06433495972f503 (patch)
treef50bb6ddc6750c9c598b0806411896b8e72ca446 /src/metadatawidget.cpp
parentea3e0005018997b83984203e7c1fc7f745d6dbe2 (diff)
KUIT adaptions
svn path=/trunk/KDE/kdebase/apps/; revision=685763
Diffstat (limited to 'src/metadatawidget.cpp')
-rw-r--r--src/metadatawidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metadatawidget.cpp b/src/metadatawidget.cpp
index ba5928912..0ecba4390 100644
--- a/src/metadatawidget.cpp
+++ b/src/metadatawidget.cpp
@@ -67,7 +67,7 @@ void MetaDataWidget::Private::loadComment(const QString& comment)
editComment->blockSignals(true);
if (comment.isEmpty()) {
editComment->setFontItalic(true);
- editComment->setText(i18n("Click to add comment..."));
+ editComment->setText(i18nc("@info:tooltip", "Click to add comment..."));
} else {
editComment->setFontItalic(false);
editComment->setText(comment);