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>2021-02-01 14:00:32 +0300
committerBastien Montagne <bastien@blender.org>2021-02-01 14:00:32 +0300
commit5e117b122632bf52f84a84270639173df99b6cce (patch)
tree8a87bc6d69a04e074c3fca5000a010f3e42021ac /source/blender/makesrna/intern/rna_wm_gizmo.c
parentd85789255320fe4e1aca8049a252241f3b8ef540 (diff)
Usual UI messages fix...
Diffstat (limited to 'source/blender/makesrna/intern/rna_wm_gizmo.c')
-rw-r--r--source/blender/makesrna/intern/rna_wm_gizmo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_wm_gizmo.c b/source/blender/makesrna/intern/rna_wm_gizmo.c
index 50270df5f36..00d832e2eef 100644
--- a/source/blender/makesrna/intern/rna_wm_gizmo.c
+++ b/source/blender/makesrna/intern/rna_wm_gizmo.c
@@ -607,7 +607,7 @@ static wmGizmo *rna_GizmoGroup_gizmo_new(wmGizmoGroup *gzgroup,
BKE_reportf(reports,
RPT_ERROR,
"GizmoType '%s' is for a 3D gizmo-group. "
- "The 'draw_select' callback is set where only 'test_select' will be used.",
+ "The 'draw_select' callback is set where only 'test_select' will be used",
idname);
return NULL;
}