[Bf-blender-cvs] [5528d576029] asset-greasepencil: GPencil: Change text

Antonio Vazquez noreply at git.blender.org
Fri Jul 23 15:30:07 CEST 2021


Commit: 5528d576029928aa8174554105363f16fe725217
Author: Antonio Vazquez
Date:   Fri Jul 23 15:30:03 2021 +0200
Branches: asset-greasepencil
https://developer.blender.org/rB5528d576029928aa8174554105363f16fe725217

GPencil: Change text

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_asset.c b/source/blender/editors/gpencil/gpencil_asset.c
index 21a55d2f073..9164cb9168e 100644
--- a/source/blender/editors/gpencil/gpencil_asset.c
+++ b/source/blender/editors/gpencil/gpencil_asset.c
@@ -417,7 +417,7 @@ void GPENCIL_OT_asset_create(wmOperatorType *ot)
   RNA_def_boolean(ot->srna,
                   "reset_origin",
                   0,
-                  "Reset Origin to Geometry",
+                  "Origin to Geometry",
                   "Set origin of the asset in the center of the strokes bounding box");
   RNA_def_boolean(ot->srna, "flatten_layers", 0, "Flatten Layers", "Merge all layers in only one");
 }



More information about the Bf-blender-cvs mailing list