summaryrefslogtreecommitdiffstats
path: root/share/extensions
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2011-07-12 20:26:46 +0000
committerKris <Kris.De.Gussem@hotmail.com>2011-07-12 20:26:46 +0000
commitbcab15a0a88931f0cf2374ab0b76877e90f7f76c (patch)
treeb28b712852d75306f08c847fbf2cb683d58c9cc5 /share/extensions
parentDutch translation update (diff)
downloadinkscape-bcab15a0a88931f0cf2374ab0b76877e90f7f76c.tar.gz
inkscape-bcab15a0a88931f0cf2374ab0b76877e90f7f76c.zip
GUI uniformisation
(bzr r10446)
Diffstat (limited to 'share/extensions')
-rw-r--r--share/extensions/dxf_input.inx10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/extensions/dxf_input.inx b/share/extensions/dxf_input.inx
index 0e7ed7b8d..0ba38252a 100644
--- a/share/extensions/dxf_input.inx
+++ b/share/extensions/dxf_input.inx
@@ -7,18 +7,18 @@
<param name="tab" type="notebook">
<page name="options" _gui-text="Options">
<param name="auto" type="boolean" _gui-text="Use automatic scaling to size A4">true</param>
- <param name="scale" type="string" _gui-text="Or, use manual scale factor">1.0</param>
- <param name="xmin" type="string" _gui-text="Manual x-axis origin (mm)">0.0</param>
- <param name="ymin" type="string" _gui-text="Manual y-axis origin (mm)">0.0</param>
+ <param name="scale" type="string" _gui-text="Or, use manual scale factor:">1.0</param>
+ <param name="xmin" type="string" _gui-text="Manual x-axis origin (mm):">0.0</param>
+ <param name="ymin" type="string" _gui-text="Manual y-axis origin (mm):">0.0</param>
<param name="gcodetoolspoints" type="boolean" _gui-text="Gcodetools compatible point import">false</param>
<param name="sep1" type="description">-------------------------------------------------------------------------</param>
- <param name="encoding" type="enum" _gui-text="Character Encoding">
+ <param name="encoding" type="enum" _gui-text="Character encoding:">
<item value="latin_1">Latin 1</item>
<item value="cp1250">CP 1250</item>
<item value="cp1252">CP 1252</item>
<item value="utf_8">UTF 8</item>
</param>
- <param name="font" type="string" _gui-text="Text Font">Arial</param>
+ <param name="font" type="string" _gui-text="Text Font:">Arial</param>
</page>
<page name="help" _gui-text="Help">
<_param name="inputhelp" type="description" xml:space="preserve">- AutoCAD Release 13 and newer.