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:06:58 +0300
committerNathan Craddock <nzcraddock@gmail.com>2021-02-17 18:12:51 +0300
commite3dad811647a59979383f7e13d37137dfc8ff9fb (patch)
tree72ea05abb321f942ae10ffc0dd97b516932e3b4f /source/blender/makesrna
parent6247b8cc77131ec52501ec8585e9f3de6056a746 (diff)
Cleanup: Missing word in rna description
One of the sentences changed recently in rBc63df3b33f01 was missing a word. No functional changes.
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 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},
};