Skip to content
Snippets Groups Projects
Commit 02ae5c62 authored by Daniel Salazar's avatar Daniel Salazar
Browse files

maybe this name on the fill toggle in rotobezier will be clearer to people, tsk tsk read tooltips!

parent d1002268
No related branches found
No related tags found
No related merge requests found
......@@ -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'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment