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:52:29 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-07-04 19:52:29 +0400
commitb5dd382b5a166d0d44b89ef2758c89e271ac78ea (patch)
treee21d4ed246618927415e64ca947abaf73f8a9766 /io_scene_obj/__init__.py
parentbcabddfd31e6cc48ddf1b06c5d81174340608050 (diff)
Last spell checking (for now).
Diffstat (limited to 'io_scene_obj/__init__.py')
-rw-r--r--io_scene_obj/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py
index 2a36a14b..ef03b416 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 than 4 verts as fgons",
+ description="Import faces with more than 4 verts as ngons",
default=True,
)
use_edges = BoolProperty(