GPv3: Change Toggle Cyclic menu text

The old text was not clear about the use of the operator and
now is more aligned with GPv2 menu.
This commit is contained in:
Antonio Vazquez
2023-10-21 10:47:24 +02:00
parent 0bde01eab5
commit 5ad9521c7a

View File

@@ -5818,7 +5818,7 @@ class VIEW3D_MT_edit_greasepencil_stroke(Menu):
layout.separator()
layout.operator_enum("grease_pencil.cyclical_set", "type")
layout.operator("grease_pencil.cyclical_set", text="Toggle Cyclic")
class VIEW3D_MT_edit_curves(Menu):