Skip to content

Commit

Permalink
+ fix text in drawing dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed May 20, 2015
1 parent dbfedbd commit 562ecea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file modified src/Mod/Drawing/Gui/Resources/translations/Drawing_de.qm
Binary file not shown.
8 changes: 4 additions & 4 deletions src/Mod/Drawing/Gui/Resources/translations/Drawing_de.ts
Expand Up @@ -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"/>
Expand Down
4 changes: 2 additions & 2 deletions src/Mod/Drawing/Gui/TaskOrthoViews.ui
Expand Up @@ -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>
Expand Down

0 comments on commit 562ecea

Please sign in to comment.