From e3dad811647a59979383f7e13d37137dfc8ff9fb Mon Sep 17 00:00:00 2001 From: Nathan Craddock Date: Wed, 17 Feb 2021 08:06:58 -0700 Subject: Cleanup: Missing word in rna description One of the sentences changed recently in rBc63df3b33f01 was missing a word. No functional changes. --- source/blender/makesrna/intern/rna_space.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna') diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c index f5abe681d91..38d0fa85555 100644 --- a/source/blender/makesrna/intern/rna_space.c +++ b/source/blender/makesrna/intern/rna_space.c @@ -4801,7 +4801,7 @@ static void rna_def_space_properties(BlenderRNA *brna) "AUTO", 0, "Auto", - "Change tabs only when this editor shares a border the outliner"}, + "Change tabs only when this editor shares a border with an outliner"}, {0, NULL, 0, NULL, NULL}, }; -- cgit v1.2.3