[Bf-blender-cvs] [90a5c6e4362] greasepencil-object: GPencil: Cleanup text

Antonio Vazquez noreply at git.blender.org
Sun Mar 1 17:26:20 CET 2020


Commit: 90a5c6e4362fac6370c35c733cf3a4e45e103a2b
Author: Antonio Vazquez
Date:   Sun Mar 1 17:26:14 2020 +0100
Branches: greasepencil-object
https://developer.blender.org/rB90a5c6e4362fac6370c35c733cf3a4e45e103a2b

GPencil: Cleanup text

===================================================================

M	source/blender/editors/gpencil/gpencil_data.c

===================================================================

diff --git a/source/blender/editors/gpencil/gpencil_data.c b/source/blender/editors/gpencil/gpencil_data.c
index 395b0de2522..3f8998c7823 100644
--- a/source/blender/editors/gpencil/gpencil_data.c
+++ b/source/blender/editors/gpencil/gpencil_data.c
@@ -1336,7 +1336,7 @@ static int gp_layer_active_exec(bContext *C, wmOperator *op)
 void GPENCIL_OT_layer_active(wmOperatorType *ot)
 {
   /* identifiers */
-  ot->name = "Change Layer";
+  ot->name = "Active Layer";
   ot->idname = "GPENCIL_OT_layer_active";
   ot->description = "Active Grease Pencil layer";



More information about the Bf-blender-cvs mailing list