UI: Rename "Strip Colors" panel in theme editor

Rename to "Strip Color Tags" to match how these are called throughout
menus and overlay popover.
This commit is contained in:
Pablo Vazquez
2024-06-18 16:13:28 +02:00
parent 8cd282e48c
commit 6684504d4f

View File

@@ -1252,7 +1252,7 @@ class USERPREF_PT_theme_collection_colors(ThemePanel, CenterAlignMixIn, Panel):
class USERPREF_PT_theme_strip_colors(ThemePanel, CenterAlignMixIn, Panel):
bl_label = "Strip Colors"
bl_label = "Strip Color Tags"
bl_options = {'DEFAULT_CLOSED'}
def draw_header(self, _context):