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:
Jordan Henshaw
2024-10-08 18:23:58 +02:00
committed by Pablo Vazquez
parent dbadc1c71c
commit 70a429bb18

View File

@@ -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'