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-03-19 23:17:34 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-03-19 23:17:34 +0400
commit9dd231ae6d711fc2d148f374974044a0b65f5522 (patch)
tree1fcbcce4ef564b725501650a80c4adbb7fee19fc /io_scene_obj
parentf59365ca19ed28e995828d96a4165218aeddace9 (diff)
Spelling of UI messages (then -> than).
Diffstat (limited to 'io_scene_obj')
-rw-r--r--io_scene_obj/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py
index 12bec2d0..1218485b 100644
--- a/io_scene_obj/__init__.py
+++ b/io_scene_obj/__init__.py
@@ -67,7 +67,7 @@ class ImportOBJ(bpy.types.Operator, ImportHelper):
use_ngons = BoolProperty(
name="NGons",
- description="Import faces with more then 4 verts as fgons",
+ description="Import faces with more than 4 verts as fgons",
default=True,
)
use_edges = BoolProperty(
@@ -255,7 +255,7 @@ class ExportOBJ(bpy.types.Operator, ExportHelper):
)
use_nurbs = BoolProperty(
name="Write Nurbs",
- description="Write nurbs curves as OBJ nurbs rather then "
+ description="Write nurbs curves as OBJ nurbs rather than "
"converting to geometry",
default=False,
)