Minor fix for tests to prevent ambiguous labeling

This commit is contained in:
Dion Moult
2026-01-28 21:22:19 +11:00
parent ff35666ad9
commit 6f78d60c9f
@@ -5056,7 +5056,7 @@ class ShowCategoryHelp(bpy.types.Operator):
class AddElementValueRow(bpy.types.Operator):
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_options = {"REGISTER", "UNDO"}