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>
<widget class="QCheckBox" name="allServicesCheckbox">
<property name="text">
<string>Allow this user access to any service.</string>
<string>Allow this user access to any service</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="persistentCheckbox">
<property name="text">
<string>Remember this user.</string>
<string>Remember this user</string>
</property>
</widget>
</item>

View File

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