]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/tagcloud/resourcetaggingwidget.cpp
use a smaller step size when using the scroll wheel
[dolphin.git] / src / tagcloud / resourcetaggingwidget.cpp
index 067c395fbe591d07a33d3d95b2727a957d177335..1e3fffe8f6b5172379b02b33b7a4a4ba43c8fdba 100644 (file)
@@ -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( "<p align=center><a style=\"font-size:small;\" href=\"dummy\">" + i18nc( "@label", "Change tags..." ) + "</a>", this );
+    QLabel* changeTagsLabel = new QLabel( "<p align=center><a style=\"font-size:small;\" href=\"dummy\">" + i18nc( "@label", "Change Tags..." ) + "</a>", this );
     connect( changeTagsLabel, SIGNAL( linkActivated( const QString ) ),
              this, SLOT( _k_slotShowTaggingPopup() ) );
     layout->addWidget( changeTagsLabel );