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:
Diffstat (limited to 'source/blender/makesrna/intern/rna_object_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_object_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_object_api.c b/source/blender/makesrna/intern/rna_object_api.c
index 81f653e73be..d3c22098294 100644
--- a/source/blender/makesrna/intern/rna_object_api.c
+++ b/source/blender/makesrna/intern/rna_object_api.c
@@ -711,7 +711,7 @@ bool rna_Object_generate_gpencil_strokes(Object *ob,
if (ob->type != OB_CURVE) {
BKE_reportf(reports,
RPT_ERROR,
- "Object '%s' not valid for this operation! Only curves supported.",
+ "Object '%s' is not valid for this operation! Only curves are supported",
ob->id.name + 2);
return false;
}