Checkbox labels do not need a full stop according to KDE HIG
svn path=/trunk/KDE/kdelibs/; revision=1049572
This commit is contained in:
parent
4988229770
commit
f6ab4863fb
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user