Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2011-10-28 15:38:15 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2011-10-28 15:38:15 +0400
commit0c909c1831a934650f45347c023385970a6b7b93 (patch)
treed0186e611ff11a180697e90951d280ce28abad4d /io_import_scene_dxf.py
parent638274640972a313955a9f157988f1fdba68dc82 (diff)
Minor UI fixes and tweaks.
Beware: in mocap/__init__.py there was a very long bl_label (> 100 chars), which was troncated in UI (at least, _update_msg.py produced a troncated msgid for it). That should be avoided, imho!
Diffstat (limited to 'io_import_scene_dxf.py')
-rw-r--r--io_import_scene_dxf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_import_scene_dxf.py b/io_import_scene_dxf.py
index bc14073c..f04d5575 100644
--- a/io_import_scene_dxf.py
+++ b/io_import_scene_dxf.py
@@ -2473,7 +2473,7 @@ class IMPORT_OT_autocad_dxf(bpy.types.Operator):
)
circleResolution = IntProperty(
name="Circle resolution",
- description="Circle/Arc are aproximated will this factor",
+ description="Circle/Arc are aproximated with this factor",
default=theCircleRes,
min=4,
soft_min=4,