UI: Fix missing hyphen in "Addon Tags" label
Add missing hyphen for consistency with rest of UI, following the Human Interface Guidelines. Pull Request: https://projects.blender.org/blender/blender/pulls/127822
This commit is contained in:
committed by
Pablo Vazquez
parent
dbadc1c71c
commit
70a429bb18
@@ -1726,7 +1726,7 @@ def extensions_panel_draw_impl(
|
||||
|
||||
|
||||
class USERPREF_PT_addons_tags(Panel):
|
||||
bl_label = "Addon Tags"
|
||||
bl_label = "Add-on Tags"
|
||||
|
||||
bl_space_type = 'TOPBAR' # dummy.
|
||||
bl_region_type = 'HEADER'
|
||||
|
||||
Reference in New Issue
Block a user