From aa2544793dc2a68e6607352059b70136bde6281a Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 20 Apr 2020 15:26:37 +0200 Subject: Various typos fixes in UI messages. --- source/blender/makesrna/intern/rna_ID.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_ID.c') diff --git a/source/blender/makesrna/intern/rna_ID.c b/source/blender/makesrna/intern/rna_ID.c index 7a371a1a1d5..699ce0f041e 100644 --- a/source/blender/makesrna/intern/rna_ID.c +++ b/source/blender/makesrna/intern/rna_ID.c @@ -1506,7 +1506,7 @@ static void rna_def_ID(BlenderRNA *brna) RNA_def_property_ui_text( prop, "Embedded Data", - "This data-block is not an independant one, but is actually a sub-data of another ID " + "This data-block is not an independent one, but is actually a sub-data of another ID " "(typical example: root node trees or master collections)"); prop = RNA_def_property(srna, "tag", PROP_BOOLEAN, PROP_NONE); -- cgit v1.2.3