diff --git a/effects/coverswitch_config.ui b/effects/coverswitch_config.ui index 5f2c252e63..ed3df3e0f7 100644 --- a/effects/coverswitch_config.ui +++ b/effects/coverswitch_config.ui @@ -19,21 +19,21 @@ - Animate &Switch + Animate &switch - Animation on Tab Box &open + Animation on tab box &open - Animation on Tab Box &close + Animation on tab box &close @@ -47,7 +47,7 @@ - &Animation Duration: + &Animation duration: spinDuration diff --git a/effects/flipswitch_config.ui b/effects/flipswitch_config.ui index fe9b03ccfa..7005da3949 100644 --- a/effects/flipswitch_config.ui +++ b/effects/flipswitch_config.ui @@ -19,14 +19,14 @@ - Animate &Flip + Animate &flip - F&lip Animation Duration: + F&lip Animation duration: spinFlipDuration diff --git a/effects/showfps_config.ui b/effects/showfps_config.ui index 9e34304d0b..85592cec94 100644 --- a/effects/showfps_config.ui +++ b/effects/showfps_config.ui @@ -21,7 +21,7 @@ - Text Position + Text position: @@ -79,7 +79,7 @@ - Text Font + Text font: @@ -106,7 +106,7 @@ - Text Color + Text color: @@ -133,7 +133,7 @@ - Text Alpha + Text alpha: diff --git a/effects/snow_config.cpp b/effects/snow_config.cpp index 1ae02ea3d3..5ceced187d 100644 --- a/effects/snow_config.cpp +++ b/effects/snow_config.cpp @@ -62,7 +62,7 @@ SnowEffectConfig::SnowEffectConfig(QWidget* parent, const QVariantList& args) : m_actionCollection->setConfigGlobal(true); KAction* a = (KAction*)m_actionCollection->addAction( "Snow" ); - a->setText( i18n("Toggle Snow on the desktop" )); + a->setText( i18n("Toggle Snow on Desktop" )); a->setGlobalShortcut( KShortcut( Qt::CTRL + Qt::META + Qt::Key_F12 )); load();