From 823f0da702f1144fd87863f6b3dc3e082889d19c Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 28 Dec 2020 10:21:42 +0100 Subject: Cleanup: UI messages fixes. --- source/blender/makesrna/intern/rna_ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_ui.c') diff --git a/source/blender/makesrna/intern/rna_ui.c b/source/blender/makesrna/intern/rna_ui.c index 49371d2df6f..cfcd9aff759 100644 --- a/source/blender/makesrna/intern/rna_ui.c +++ b/source/blender/makesrna/intern/rna_ui.c @@ -1448,7 +1448,7 @@ static void rna_def_panel(BlenderRNA *brna) RNA_def_property_string_sdna(prop, NULL, "type->parent_id"); RNA_def_property_flag(prop, PROP_REGISTER_OPTIONAL); RNA_def_property_ui_text( - prop, "Parent ID Name", "If this is set, the panel becomes a subpanel"); + prop, "Parent ID Name", "If this is set, the panel becomes a sub-panel"); prop = RNA_def_property(srna, "bl_ui_units_x", PROP_INT, PROP_UNSIGNED); RNA_def_property_int_sdna(prop, NULL, "type->ui_units_x"); -- cgit v1.2.3