X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/fbe257768cf88efb65064b3302aa88c074eaf719..46483d7c082bf6ec0044b08469757de8a0c08360:/src/commentwidget.cpp diff --git a/src/commentwidget.cpp b/src/commentwidget.cpp index 4d784e5e5..586be63aa 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 + "