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