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:
Julian Eisel 2020-05-06 23:55:14 +02:00
parent a5ffc6309e
commit 786ff13540
1 changed files with 1 additions and 0 deletions

View File

@ -984,6 +984,7 @@ class PREFERENCES_OT_studiolight_install(Operator):
options={'HIDDEN'},
)
type: EnumProperty(
name="Type",
items=(
('MATCAP', "MatCap", ""),
('WORLD', "World", ""),