┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tagcloud/resourcetaggingwidget.cpp
diff options
context:
space:
mode:
authorChusslove Illich <[email protected]>2008-04-21 17:41:57 +0000
committerChusslove Illich <[email protected]>2008-04-21 17:41:57 +0000
commitead963b8ce59aa572eead3f573573108372b75a6 (patch)
tree0f0a0f1c87462ed23c1177d2e1cb91ff23e75bd7 /src/tagcloud/resourcetaggingwidget.cpp
parentab0c34359d56285af592b0f2fb74302a568a2753 (diff)
i18n fixes.
svn path=/trunk/KDE/kdebase/apps/; revision=799503
Diffstat (limited to 'src/tagcloud/resourcetaggingwidget.cpp')
-rw-r--r--src/tagcloud/resourcetaggingwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tagcloud/resourcetaggingwidget.cpp b/src/tagcloud/resourcetaggingwidget.cpp
index 8eba24a9c..389342608 100644
--- a/src/tagcloud/resourcetaggingwidget.cpp
+++ b/src/tagcloud/resourcetaggingwidget.cpp
@@ -105,7 +105,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\">" + i18n( "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 );