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-07-04 19:05:50 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-07-04 19:05:50 +0400
commitbcabddfd31e6cc48ddf1b06c5d81174340608050 (patch)
treea349062cae9181e96d416e521b28e4cbd18e2f75 /io_scene_3ds
parent7f1754c79186706b6d53f9e398f5a2784fb884e2 (diff)
More spell checking.
Diffstat (limited to 'io_scene_3ds')
-rw-r--r--io_scene_3ds/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/io_scene_3ds/__init__.py b/io_scene_3ds/__init__.py
index aba53bdd..bdebc12e 100644
--- a/io_scene_3ds/__init__.py
+++ b/io_scene_3ds/__init__.py
@@ -60,7 +60,7 @@ class Import3DS(bpy.types.Operator, ImportHelper):
constrain_size = FloatProperty(
name="Size Constraint",
- description="Scale the model by 10 until it reaches the " \
+ 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,
@@ -68,13 +68,13 @@ class Import3DS(bpy.types.Operator, ImportHelper):
)
use_image_search = BoolProperty(
name="Image Search",
- description="Search subdirectories for any assosiated images " \
+ description="Search subdirectories for any associated images "
"(Warning, may be slow)",
default=True,
)
use_apply_transform = BoolProperty(
name="Apply Transform",
- description="Workaround for object transformations " \
+ description="Workaround for object transformations "
"importing incorrectly",
default=True,
)