[Bf-blender-cvs] [e3dad811647] blender-v2.92-release: Cleanup: Missing word in rna description

Nathan Craddock noreply at git.blender.org
Wed Feb 17 16:14:43 CET 2021


Commit: e3dad811647a59979383f7e13d37137dfc8ff9fb
Author: Nathan Craddock
Date:   Wed Feb 17 08:06:58 2021 -0700
Branches: blender-v2.92-release
https://developer.blender.org/rBe3dad811647a59979383f7e13d37137dfc8ff9fb

Cleanup: Missing word in rna description

One of the sentences changed recently in rBc63df3b33f01 was missing
a word. No functional changes.

===================================================================

M	source/blender/makesrna/intern/rna_space.c

===================================================================

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},
   };



More information about the Bf-blender-cvs mailing list