X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/08fc0833aa6329600236d6f0a5a02e71a754d1d6..ec00f379dc42b00a64ab1af25bb4bb1a06bd7449:/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);