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

View File

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

View File

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

View File

@ -62,7 +62,7 @@ SnowEffectConfig::SnowEffectConfig(QWidget* parent, const QVariantList& args) :
m_actionCollection->setConfigGlobal(true); m_actionCollection->setConfigGlobal(true);
KAction* a = (KAction*)m_actionCollection->addAction( "Snow" ); 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 )); a->setGlobalShortcut( KShortcut( Qt::CTRL + Qt::META + Qt::Key_F12 ));
load(); load();