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'},
|
options={'HIDDEN'},
|
||||||
)
|
)
|
||||||
type: EnumProperty(
|
type: EnumProperty(
|
||||||
|
name="Type",
|
||||||
items=(
|
items=(
|
||||||
('MATCAP', "MatCap", ""),
|
('MATCAP', "MatCap", ""),
|
||||||
('WORLD', "World", ""),
|
('WORLD', "World", ""),
|
||||||
|
|||||||
Reference in New Issue
Block a user