From ead963b8ce59aa572eead3f573573108372b75a6 Mon Sep 17 00:00:00 2001 From: Chusslove Illich Date: Mon, 21 Apr 2008 17:41:57 +0000 Subject: i18n fixes. svn path=/trunk/KDE/kdebase/apps/; revision=799503 --- 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 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 + "

" + i18nc( "@label", "Change comment..." ) + "" ); } } -- cgit v1.3