Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Craddock <nzcraddock@gmail.com>2021-02-17 18:13:42 +0300
committerNathan Craddock <nzcraddock@gmail.com>2021-02-17 18:13:42 +0300
commitac680c569e1b979f20c2e81dbd4f232085141aad (patch)
treebb46e2fef320bd609022d7c89a2cb8941ec5d519 /source/blender/makesrna
parent56f4397a3bf23e7df4defe8ca98abf01be3b04bd (diff)
parente3dad811647a59979383f7e13d37137dfc8ff9fb (diff)
Merge branch 'blender-v2.92-release'
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_space.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index 9578c5d8228..38f5b65fbc2 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -4819,7 +4819,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},
};