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/tagcloud/resourcetaggingwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tagcloud/resourcetaggingwidget.cpp') diff --git a/src/tagcloud/resourcetaggingwidget.cpp b/src/tagcloud/resourcetaggingwidget.cpp index 067c395fb..1e3fffe8f 100644 --- a/src/tagcloud/resourcetaggingwidget.cpp +++ b/src/tagcloud/resourcetaggingwidget.cpp @@ -119,7 +119,7 @@ Nepomuk::ResourceTaggingWidget::ResourceTaggingWidget( QWidget* parent ) layout->setMargin( 0 ); d->resourceTagCloud = new TagCloud( this ); layout->addWidget( d->resourceTagCloud ); - QLabel* changeTagsLabel = new QLabel( "

" + i18nc( "@label", "Change tags..." ) + "", this ); + QLabel* changeTagsLabel = new QLabel( "

" + i18nc( "@label", "Change Tags..." ) + "", this ); connect( changeTagsLabel, SIGNAL( linkActivated( const QString ) ), this, SLOT( _k_slotShowTaggingPopup() ) ); layout->addWidget( changeTagsLabel ); -- cgit v1.3