[Bf-blender-cvs] [10932d96639] temp-outliner-library-override-hierarchy: Correct typo

Julian Eisel noreply at git.blender.org
Thu Apr 14 11:44:20 CEST 2022


Commit: 10932d966399aeecadb5e217a92e21277cda7bb3
Author: Julian Eisel
Date:   Thu Mar 31 11:55:25 2022 +0200
Branches: temp-outliner-library-override-hierarchy
https://developer.blender.org/rB10932d966399aeecadb5e217a92e21277cda7bb3

Correct typo

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

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 19e69b4bb94..cb3fdbd1fe6 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -3598,7 +3598,7 @@ static void rna_def_space_outliner(BlenderRNA *brna)
        "PROPERTIES",
        ICON_NONE,
        "Properties",
-       "Display all local override data-blocks with their overridden properties and buttons do "
+       "Display all local override data-blocks with their overridden properties and buttons to "
        "edit them"},
       {SO_LIB_OVERRIDE_VIEW_HIERARCHY,
        "HIERARCHY",



More information about the Bf-blender-cvs mailing list