diff options
| author | Peter Penz <[email protected]> | 2007-07-09 17:51:39 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-07-09 17:51:39 +0000 |
| commit | 50d9e030e7855080c037b826f06433495972f503 (patch) | |
| tree | f50bb6ddc6750c9c598b0806411896b8e72ca446 /src/metadatawidget.cpp | |
| parent | ea3e0005018997b83984203e7c1fc7f745d6dbe2 (diff) | |
KUIT adaptions
svn path=/trunk/KDE/kdebase/apps/; revision=685763
Diffstat (limited to 'src/metadatawidget.cpp')
| -rw-r--r-- | src/metadatawidget.cpp | 2 |
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); |
