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:
authorBastien Montagne <bastien@blender.org>2020-06-15 11:51:26 +0300
committerBastien Montagne <bastien@blender.org>2020-06-15 11:51:26 +0300
commitb358a92faf87beff457c0db19e95ec35d376a036 (patch)
tree8067a310728e55cd1eef3979ce95d9ebddd5f9ad /source/blender/makesrna/intern/rna_ui.c
parent1d6529873f9f5e17dac491621e5b28b199b4af2c (diff)
Various UI messages fixes...
Diffstat (limited to 'source/blender/makesrna/intern/rna_ui.c')
-rw-r--r--source/blender/makesrna/intern/rna_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_ui.c b/source/blender/makesrna/intern/rna_ui.c
index 1449c410d18..9c9d10afa63 100644
--- a/source/blender/makesrna/intern/rna_ui.c
+++ b/source/blender/makesrna/intern/rna_ui.c
@@ -1290,7 +1290,7 @@ static void rna_def_panel(BlenderRNA *brna)
0,
"Instanced Panel",
"Multiple panels with this type can be used as part of a list depending on data external "
- "to the UI. Used to create panels for the modifiers and other stacks."},
+ "to the UI. Used to create panels for the modifiers and other stacks"},
{PNL_LAYOUT_HEADER_EXPAND,
"HEADER_LAYOUT_EXPAND",
0,