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
path: root/source
diff options
context:
space:
mode:
authorAntonio Vazquez <blendergit@gmail.com>2022-03-08 18:55:29 +0300
committerAntonio Vazquez <blendergit@gmail.com>2022-03-08 18:55:29 +0300
commit50bd8bb175f022df5d3d016d8ac09de5352f3bfa (patch)
tree1467baec75c0410b9a663669f90bc139def654bb /source
parent944122d49f5c7766bfd353874bdcaf3328079cd4 (diff)
Cleanup: Remove extra . at the end of RNA string
The strings must not end with point.
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesrna/intern/rna_gpencil_modifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_gpencil_modifier.c b/source/blender/makesrna/intern/rna_gpencil_modifier.c
index 45f98a2a88b..33c0b29f6d0 100644
--- a/source/blender/makesrna/intern/rna_gpencil_modifier.c
+++ b/source/blender/makesrna/intern/rna_gpencil_modifier.c
@@ -2074,7 +2074,7 @@ static void rna_def_modifier_gpencilbuild(BlenderRNA *brna)
"ADDITIVE",
ICON_PARTICLE_PATH,
"Additive",
- "Builds only new strokes (assuming 'additive' drawing)."},
+ "Builds only new strokes (assuming 'additive' drawing)"},
{0, NULL, 0, NULL, NULL},
};