From 50d9e030e7855080c037b826f06433495972f503 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 9 Jul 2007 17:51:39 +0000 Subject: KUIT adaptions svn path=/trunk/KDE/kdebase/apps/; revision=685763 --- src/metadatawidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/metadatawidget.cpp') 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); -- cgit v1.3