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>2012-04-14 19:44:54 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-04-14 19:44:54 +0400
commit02660906ec56fedb8f97a6b30170152134594362 (patch)
treed913ca7afd8c302bfc0975c26ee3d6ebc545ed5f /io_import_scene_dxf.py
parent1f7f5bab1d661671edf851880b69ad33ad29852e (diff)
Fixed some UI message typos (spotted by Leon Cheung, thx).
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 80acbd8a..406063bb 100644
--- a/io_import_scene_dxf.py
+++ b/io_import_scene_dxf.py
@@ -2471,7 +2471,7 @@ class IMPORT_OT_autocad_dxf(bpy.types.Operator):
)
circleResolution = IntProperty(
name="Circle resolution",
- description="Circle/Arc are aproximated with this factor",
+ description="Circle/Arc are approximated with this factor",
default=theCircleRes,
min=4,
soft_min=4,