i18n style guide fixes

svn path=/trunk/KDE/kdebase/workspace/; revision=782151
icc-effect-5.14.5
Stephan Binner 2008-03-04 12:30:15 +00:00
parent 8d0137f788
commit 58972fbe5c
4 changed files with 11 additions and 11 deletions

View File

@ -19,21 +19,21 @@
<item row="0" column="0" colspan="2" >
<widget class="QCheckBox" name="checkAnimateSwitch" >
<property name="text" >
<string>Animate &amp;Switch</string>
<string>Animate &amp;switch</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2" >
<widget class="QCheckBox" name="checkAnimateStart" >
<property name="text" >
<string>Animation on Tab Box &amp;open</string>
<string>Animation on tab box &amp;open</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2" >
<widget class="QCheckBox" name="checkAnimateStop" >
<property name="text" >
<string>Animation on Tab Box &amp;close</string>
<string>Animation on tab box &amp;close</string>
</property>
</widget>
</item>
@ -47,7 +47,7 @@
<item row="4" column="0" >
<widget class="QLabel" name="label_3" >
<property name="text" >
<string>&amp;Animation Duration:</string>
<string>&amp;Animation duration:</string>
</property>
<property name="buddy" >
<cstring>spinDuration</cstring>

View File

@ -19,14 +19,14 @@
<item row="0" column="0" colspan="2" >
<widget class="QCheckBox" name="checkAnimateFlip" >
<property name="text" >
<string>Animate &amp;Flip</string>
<string>Animate &amp;flip</string>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="label_3" >
<property name="text" >
<string>F&amp;lip Animation Duration:</string>
<string>F&amp;lip Animation duration:</string>
</property>
<property name="buddy" >
<cstring>spinFlipDuration</cstring>

View File

@ -21,7 +21,7 @@
<item>
<widget class="QLabel" name="label" >
<property name="text" >
<string>Text Position</string>
<string>Text position:</string>
</property>
</widget>
</item>
@ -79,7 +79,7 @@
<item>
<widget class="QLabel" name="label_2" >
<property name="text" >
<string>Text Font</string>
<string>Text font:</string>
</property>
</widget>
</item>
@ -106,7 +106,7 @@
<item>
<widget class="QLabel" name="label_3" >
<property name="text" >
<string>Text Color</string>
<string>Text color:</string>
</property>
</widget>
</item>
@ -133,7 +133,7 @@
<item>
<widget class="QLabel" name="label_4" >
<property name="text" >
<string>Text Alpha</string>
<string>Text alpha:</string>
</property>
</widget>
</item>

View File

@ -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();