diff --git a/source/blender/editors/mesh/editmesh_add.cc b/source/blender/editors/mesh/editmesh_add.cc index 55e7963f26a..d83034c0734 100644 --- a/source/blender/editors/mesh/editmesh_add.cc +++ b/source/blender/editors/mesh/editmesh_add.cc @@ -648,7 +648,9 @@ void MESH_OT_primitive_uv_sphere_add(wmOperatorType *ot) { /* identifiers */ ot->name = "Add UV Sphere"; - ot->description = "Construct a spherical mesh with quad faces, except for triangle faces at the top and bottom"; + ot->description = + "Construct a spherical mesh with quad faces, except for triangle faces at the top and " + "bottom"; ot->idname = "MESH_OT_primitive_uv_sphere_add"; /* api callbacks */