]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/tagcloud/newtagdialog.cpp
use a smaller step size when using the scroll wheel
[dolphin.git] / src / tagcloud / newtagdialog.cpp
index 94af9aad7cb1c80e0edfbded60141cbe5351f195..8785d578c1c72126f413c7258f6e48c5a795d89a 100644 (file)
@@ -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 );