From d52ad87af7632d84fd5f96aa1392ece1e703974a Mon Sep 17 00:00:00 2001 From: "Guillermo S. Romero" <gsr.b3d@infernal-iceberg.com> Date: Sat, 21 Jan 2012 03:46:47 +0000 Subject: [PATCH] Fix string to match style. --- io_scene_x3d/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_scene_x3d/__init__.py b/io_scene_x3d/__init__.py index 79f077e62..3a102e141 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( -- GitLab