diff options
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); |
