diff --git a/animation_rotobezier.py b/animation_rotobezier.py index 805e183efc2a2a623218e2a5e793aea32f0ae440..0c709890a8e6b6eb00a0dfb04d5ce309b0c2a386 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'}