X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/ead963b8ce59aa572eead3f573573108372b75a6..148282e2d856b47ceb191eeef4c834118c8cdffd:/src/commentwidget.cpp diff --git a/src/commentwidget.cpp b/src/commentwidget.cpp index e4bd6e941..586be63aa 100644 --- a/src/commentwidget.cpp +++ b/src/commentwidget.cpp @@ -52,10 +52,10 @@ private: void CommentWidget::Private::update() { if ( comment.isEmpty() ) { - label->setText( "

" + i18nc( "@label", "Add comment..." ) + "" ); + label->setText( "

" + i18nc( "@label", "Add Comment..." ) + "" ); } else { - label->setText( "

" + comment + "

" + i18nc( "@label", "Change comment..." ) + "" ); + label->setText( "

" + comment + "

" + i18nc( "@label", "Change Comment..." ) + "" ); } }