Merge branch 'blender-v2.92-release'

This commit is contained in:
Bastien Montagne 2021-02-01 12:01:23 +01:00
commit fa2ffb1a2f
1 changed files with 1 additions and 1 deletions

View File

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