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>2013-04-15 22:16:25 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-04-15 22:16:25 +0400
commitf5504c84067ee167dd158d995b139824ea4a39b5 (patch)
treef0f02943a03151a75aa92ccc6ff0ca81d7ddde26 /object_print3d_utils
parente88ccb06cc638467174f8b2e0ad3af1828db2c68 (diff)
Minor UI messages fix (we keep as much as possible infinitive! ;) ).
Diffstat (limited to 'object_print3d_utils')
-rw-r--r--object_print3d_utils/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/object_print3d_utils/__init__.py b/object_print3d_utils/__init__.py
index 2e0dbb7d..fbaec5ab 100644
--- a/object_print3d_utils/__init__.py
+++ b/object_print3d_utils/__init__.py
@@ -68,12 +68,12 @@ class Print3DSettings(PropertyGroup):
)
use_export_texture = BoolProperty(
name="Copy Textures",
- description="Copies textures on export to the output path",
+ description="Copy textures on export to the output path",
default=False,
)
use_apply_scale = BoolProperty(
name="Apply Scale",
- description="Applies scene scale setting on export",
+ description="Apply scene scale setting on export",
default=False,
)
export_path = StringProperty(