Checkbox labels do not need a full stop according to KDE HIG

svn path=/trunk/KDE/kdelibs/; revision=1049572
This commit is contained in:
Panagiotis Papadopoulos 2009-11-15 13:41:00 +00:00
parent 4988229770
commit f6ab4863fb
2 changed files with 4 additions and 4 deletions

View File

@ -61,14 +61,14 @@
<item> <item>
<widget class="QCheckBox" name="allServicesCheckbox"> <widget class="QCheckBox" name="allServicesCheckbox">
<property name="text"> <property name="text">
<string>Allow this user access to any service.</string> <string>Allow this user access to any service</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QCheckBox" name="persistentCheckbox"> <widget class="QCheckBox" name="persistentCheckbox">
<property name="text"> <property name="text">
<string>Remember this user.</string> <string>Remember this user</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -24,7 +24,7 @@
<item> <item>
<widget class="QCheckBox" name="publishCheckbox"> <widget class="QCheckBox" name="publishCheckbox">
<property name="text"> <property name="text">
<string>Share this widget on the network.</string> <string>Share this widget on the network</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -34,7 +34,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Allow everybody to freely access this widget.</string> <string>Allow everybody to freely access this widget</string>
</property> </property>
</widget> </widget>
</item> </item>