┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tagcloud/newtagdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tagcloud/newtagdialog.cpp')
-rw-r--r--src/tagcloud/newtagdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tagcloud/newtagdialog.cpp b/src/tagcloud/newtagdialog.cpp
index 94af9aad7..8785d578c 100644
--- a/src/tagcloud/newtagdialog.cpp
+++ b/src/tagcloud/newtagdialog.cpp
@@ -28,7 +28,7 @@
NewTagDialog::NewTagDialog( QWidget* parent )
: KDialog( parent )
{
- setCaption( i18nc( "@title:window", "Create new Tag" ) );
+ setCaption( i18nc( "@title:window", "Create New Tag" ) );
setButtons( Ok|Cancel );
enableButtonOk( false );