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:
authorDaniel Salazar <zanqdo@gmail.com>2010-12-14 12:07:49 +0300
committerDaniel Salazar <zanqdo@gmail.com>2010-12-14 12:07:49 +0300
commit02ae5c624b89d2dd2154fc11a54bb0f493427648 (patch)
tree03d38d37bbd3fb0ab8af07dda3e2c60ca227d34c /animation_rotobezier.py
parentd10022689d75fa78e951239c0479bb1363ab2426 (diff)
maybe this name on the fill toggle in rotobezier will be clearer to people, tsk tsk read tooltips!
Diffstat (limited to 'animation_rotobezier.py')
-rw-r--r--animation_rotobezier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/animation_rotobezier.py b/animation_rotobezier.py
index 805e183e..0c709890 100644
--- a/animation_rotobezier.py
+++ b/animation_rotobezier.py
@@ -343,7 +343,7 @@ class CURVE_OT_toggle_handles_rotobezier(bpy.types.Operator):
class CURVE_OT_toggle_draw_rotobezier(bpy.types.Operator):
- bl_label = 'Fill'
+ bl_label = 'Filling'
bl_idname = 'curve.toggle_draw_rotobezier'
bl_description = 'Toggle the curve display mode between Wire and Solid'
bl_options = {'REGISTER', 'UNDO'}