From b6027b4efdec3b38f2150c5f488b0b9a802bd173 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 12 Sep 2019 12:21:28 +0200 Subject: UI: Labels capitalization. Capitalize the first letter of a word, except articles and prepositions. --- source/blender/makesrna/intern/rna_gpencil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_gpencil.c') diff --git a/source/blender/makesrna/intern/rna_gpencil.c b/source/blender/makesrna/intern/rna_gpencil.c index 333f43e4292..3ad18fcc7a3 100644 --- a/source/blender/makesrna/intern/rna_gpencil.c +++ b/source/blender/makesrna/intern/rna_gpencil.c @@ -1861,7 +1861,7 @@ static void rna_def_gpencil_data(BlenderRNA *brna) RNA_def_property_enum_sdna(prop, NULL, "onion_keytype"); RNA_def_parameter_clear_flags(prop, PROP_ANIMATABLE, 0); RNA_def_property_enum_items(prop, rna_enum_onion_keyframe_type_items); - RNA_def_property_ui_text(prop, "Filter By Type", "Type of keyframe (for filtering)"); + RNA_def_property_ui_text(prop, "Filter by Type", "Type of keyframe (for filtering)"); RNA_def_property_update(prop, NC_GPENCIL | ND_DATA, "rna_GPencil_update"); prop = RNA_def_property(srna, "use_onion_fade", PROP_BOOLEAN, PROP_NONE); -- cgit v1.2.3