Fix typo in UDIM operator (always capitalize UI labels)

This commit is contained in:
Dalai Felinto
2019-12-16 10:44:36 +01:00
parent f3dadd4115
commit 01608f5348

View File

@@ -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";