X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/73a8d074c14fe7d1df19e71ddb3e4f5c0afe0809..148282e2d856b47ceb191eeef4c834118c8cdffd:/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 );