Fix UI string without title-case
When using Preferences->Lights->Install, the type option in the operator properties would show as "type", but should be "Type".
This commit is contained in:
@@ -984,6 +984,7 @@ class PREFERENCES_OT_studiolight_install(Operator):
|
||||
options={'HIDDEN'},
|
||||
)
|
||||
type: EnumProperty(
|
||||
name="Type",
|
||||
items=(
|
||||
('MATCAP', "MatCap", ""),
|
||||
('WORLD', "World", ""),
|
||||
|
Reference in New Issue
Block a user