change wording, KDE uses now bullets in password dialogs

BUG:184872

svn path=/trunk/KDE/kdebase/apps/; revision=940652
This commit is contained in:
Burkhard Lück 2009-03-17 21:47:15 +00:00
parent 580e89d7a6
commit 36466de711

View file

@ -245,14 +245,14 @@
<item>
<widget class="QRadioButton" name="rdbOneStar" >
<property name="text" >
<string>Show one star for each letter</string>
<string>Show one bullet for each letter</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rdbThreeStars" >
<property name="text" >
<string>Show three stars for each letter</string>
<string>Show three bullets for each letter</string>
</property>
</widget>
</item>