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:05:50 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-07-04 19:05:50 +0400
commitbcabddfd31e6cc48ddf1b06c5d81174340608050 (patch)
treea349062cae9181e96d416e521b28e4cbd18e2f75 /add_curve_sapling
parent7f1754c79186706b6d53f9e398f5a2784fb884e2 (diff)
More spell checking.
Diffstat (limited to 'add_curve_sapling')
-rw-r--r--add_curve_sapling/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index 12d3c9c1..e69757a6 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -169,7 +169,7 @@ class AddTree(bpy.types.Operator):
items=settings,
default='0', update=no_update_tree)
bevel = BoolProperty(name='Bevel',
- description='Whether the curve is bevelled',
+ description='Whether the curve is beveled',
default=False, update=update_tree)
prune = BoolProperty(name='Prune',
description='Whether the tree is pruned',