X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/fbe257768cf88efb65064b3302aa88c074eaf719..448c080fbd8999e06e61f38bcae4ecbfd7d2c306:/src/commentwidget.cpp diff --git a/src/commentwidget.cpp b/src/commentwidget.cpp index 4d784e5e5..e4bd6e941 100644 --- a/src/commentwidget.cpp +++ b/src/commentwidget.cpp @@ -52,10 +52,10 @@ private: void CommentWidget::Private::update() { if ( comment.isEmpty() ) { - label->setText( "
" + i18n( "Add comment..." ) + "" ); + label->setText( "
" + i18nc( "@label", "Add comment..." ) + "" ); } else { - label->setText( "
" + comment + "
" + i18n( "Change comment..." ) + "" ); + label->setText( "
" + comment + "