UI: Consistent Tooltip for Add Torus Operator

Changes "Add" to "Construct" to be consistent with the other
primitive mesh add operations.
This commit is contained in:
Hans Goudey 2019-09-19 13:52:46 -04:00
parent f4f190a399
commit 3791d7abfd
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ def add_uvs(mesh, minor_seg, major_seg):
class AddTorus(Operator, object_utils.AddObjectHelper):
"""Add a torus mesh"""
"""Construct a torus mesh"""
bl_idname = "mesh.primitive_torus_add"
bl_label = "Add Torus"
bl_options = {'REGISTER', 'UNDO', 'PRESET'}