[Bf-blender-cvs] [01608f53480] master: Fix typo in UDIM operator (always capitalize UI labels)

Dalai Felinto noreply at git.blender.org
Mon Dec 16 10:45:31 CET 2019


Commit: 01608f53480a4ce1c91e88b92a507a04878f5654
Author: Dalai Felinto
Date:   Mon Dec 16 10:44:36 2019 +0100
Branches: master
https://developer.blender.org/rB01608f53480a4ce1c91e88b92a507a04878f5654

Fix typo in UDIM operator (always capitalize UI labels)

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

M	source/blender/editors/space_image/image_ops.c

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

diff --git a/source/blender/editors/space_image/image_ops.c b/source/blender/editors/space_image/image_ops.c
index c0c66a28ad9..c1172b0cea8 100644
--- a/source/blender/editors/space_image/image_ops.c
+++ b/source/blender/editors/space_image/image_ops.c
@@ -4419,7 +4419,7 @@ static void tile_fill_draw(bContext *UNUSED(C), wmOperator *op)
 void IMAGE_OT_tile_fill(wmOperatorType *ot)
 {
   /* identifiers */
-  ot->name = "Fill tile";
+  ot->name = "Fill Tile";
   ot->description = "Fill the current tile with a generated image";
   ot->idname = "IMAGE_OT_tile_fill";



More information about the Bf-blender-cvs mailing list