From 83e89e112ebdf38042bbc961f3de87df835ec269 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Thu, 4 Jun 2009 18:19:28 +0000 Subject: add missing ? to the question svn path=/trunk/KDE/kdebase/apps/; revision=977582 --- src/panels/information/tagcloud.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/panels/information/tagcloud.cpp b/src/panels/information/tagcloud.cpp index b52df82c4..ca3a51af1 100644 --- a/src/panels/information/tagcloud.cpp +++ b/src/panels/information/tagcloud.cpp @@ -918,7 +918,7 @@ void Nepomuk::TagCloud::mousePressEvent( QMouseEvent* e ) KMenu menu; QAction* a = menu.addAction( KIcon( "edit-delete" ), i18nc( "@action:menu", "Delete tag '%1'", node->text ) ); if ( menu.exec( e->globalPos() ) == a && - KMessageBox::questionYesNo( this, i18n( "Do you really want to delete tag '%1'", node->text ) ) == KMessageBox::Yes ) { + KMessageBox::questionYesNo( this, i18n( "Do you really want to delete tag '%1'?", node->text ) ) == KMessageBox::Yes ) { if ( d->selectionEnabled && node->selected ) { node->selected = false; -- cgit v1.3