mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 04:11:00 +00:00
Minor fix for tests to prevent ambiguous labeling
This commit is contained in:
@@ -5056,7 +5056,7 @@ class ShowCategoryHelp(bpy.types.Operator):
|
|||||||
|
|
||||||
class AddElementValueRow(bpy.types.Operator):
|
class AddElementValueRow(bpy.types.Operator):
|
||||||
bl_idname = "bim.add_element_value_row"
|
bl_idname = "bim.add_element_value_row"
|
||||||
bl_label = "Add Element"
|
bl_label = "Add Element Value Row"
|
||||||
bl_description = "Add a new element value row"
|
bl_description = "Add a new element value row"
|
||||||
bl_options = {"REGISTER", "UNDO"}
|
bl_options = {"REGISTER", "UNDO"}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user