+ fix text in drawing dialog

This commit is contained in:
wmayer 2015-05-20 18:16:49 +02:00
parent dbfedbdeae
commit 562ecea9cf
3 changed files with 6 additions and 6 deletions

View File

@ -561,13 +561,13 @@ Do you want to continue?</source>
</message>
<message>
<location line="+125"/>
<source>Show hidden</source>
<translation>Zeige versteckte</translation>
<source>Show hidden lines</source>
<translation>Zeige verdeckte Kanten</translation>
</message>
<message>
<location line="+7"/>
<source>Show smooth</source>
<translation>Zeige glatte</translation>
<source>Show smooth lines</source>
<translation>Zeige glatte Kanten</translation>
</message>
<message>
<location line="+11"/>

View File

@ -558,14 +558,14 @@
<bool>true</bool>
</property>
<property name="text">
<string>Show hidden</string>
<string>Show hidden lines</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QCheckBox" name="smooth">
<property name="text">
<string>Show smooth</string>
<string>Show smooth lines</string>
</property>
</widget>
</item>