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_scene_3ds
parent1f7f5bab1d661671edf851880b69ad33ad29852e (diff)
Fixed some UI message typos (spotted by Leon Cheung, thx).
Diffstat (limited to 'io_scene_3ds')
-rw-r--r--io_scene_3ds/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_scene_3ds/__init__.py b/io_scene_3ds/__init__.py
index 8c9ee3bc..e0470d36 100644
--- a/io_scene_3ds/__init__.py
+++ b/io_scene_3ds/__init__.py
@@ -60,8 +60,8 @@ class Import3DS(bpy.types.Operator, ImportHelper):
constrain_size = FloatProperty(
name="Size Constraint",
- description="Scale the model by 10 until it reacehs the " \
- "size constraint. Zero Disables",
+ description="Scale the model by 10 until it reaches the " \
+ "size constraint (0 to disable)",
min=0.0, max=1000.0,
soft_min=0.0, soft_max=1000.0,
default=10.0,