diff --git a/add_mesh_extras.py b/add_mesh_extras.py
index 0e61d01d5cea853e3d369d82cc389fe1d070eab2..bc5fc8bcf53647792f37bd0336a2a6357dcff8dc 100644
--- a/add_mesh_extras.py
+++ b/add_mesh_extras.py
@@ -512,11 +512,9 @@ class INFO_MT_mesh_extras_add(bpy.types.Menu):
     def draw(self, context):
         layout = self.layout
         layout.operator_context = 'INVOKE_REGION_WIN'
-        layout.operator("mesh.primitive_sqorus_add",
-            text="Sqorus")
-        layout.operator("mesh.primitive_wedge_add")
-        layout.operator("mesh.primitive_star_add",
-            text="Star")
+        layout.operator("mesh.primitive_sqorus_add", text="Sqorus")
+        layout.operator("mesh.primitive_wedge_add", text="Wedge")
+        layout.operator("mesh.primitive_star_add", text="Star")
         layout.operator("mesh.primitive_trapezohedron_add",
             text="Trapezohedron")