From bfee3eec829993ad54459eee3048abb51e2b6c16 Mon Sep 17 00:00:00 2001 From: Joseph Davies Date: Tue, 26 Dec 2017 19:39:37 -0800 Subject: [PATCH] Reword Add Ladder operator label for consistency. --- korman/operators/op_mesh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/korman/operators/op_mesh.py b/korman/operators/op_mesh.py index 6ab93d0..378eed6 100644 --- a/korman/operators/op_mesh.py +++ b/korman/operators/op_mesh.py @@ -26,7 +26,7 @@ class PlasmaMeshOperator: class PlasmaAddLadderMeshOperator(PlasmaMeshOperator, bpy.types.Operator): bl_idname = "mesh.plasma_ladder_add" - bl_label = "Ladder" + bl_label = "Add Ladder" bl_category = "Plasma" bl_description = "Adds a new Plasma Ladder" bl_options = {"REGISTER", "UNDO"}