From 916218269b32bfc3d03b790fca11dad5bbbd1c1f Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Mon, 17 Nov 2008 21:03:31 +0000 Subject: i18n style guide fixes svn path=/trunk/KDE/kdebase/apps/; revision=885752 --- src/commentwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '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..." ) + "" ); } } -- cgit v1.3