Commit: 5e117b122632bf52f84a84270639173df99b6cce
Author: Bastien Montagne
Date:   Mon Feb 1 12:00:32 2021 +0100
Branches: blender-v2.92-release
https://developer.blender.org/rB5e117b122632bf52f84a84270639173df99b6cce

Usual UI messages fix...

===================================================================

M       source/blender/makesrna/intern/rna_wm_gizmo.c

===================================================================

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;
     }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to