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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2012-01-21 07:46:47 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2012-01-21 07:46:47 +0400
commitd52ad87af7632d84fd5f96aa1392ece1e703974a (patch)
tree52b5a4363fc91d05a64e1a8665e2be63a7503bb3 /io_scene_x3d
parent1ebde8968f4a0f319c34a5ff886d9ce0b3225b9b (diff)
Fix string to match style.
Diffstat (limited to 'io_scene_x3d')
-rw-r--r--io_scene_x3d/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_x3d/__init__.py b/io_scene_x3d/__init__.py
index 79f077e6..3a102e14 100644
--- a/io_scene_x3d/__init__.py
+++ b/io_scene_x3d/__init__.py
@@ -136,7 +136,7 @@ class ExportX3D(bpy.types.Operator, ExportHelper):
)
name_decorations = BoolProperty(
name="Name decorations",
- description="Add prefixes to the names of exported nodes to indicate their type.",
+ description="Add prefixes to the names of exported nodes to indicate their type",
default=True,
)
use_h3d = BoolProperty(