Skip to content
Snippets Groups Projects
Commit bfd9e342 authored by Constantin Rahn's avatar Constantin Rahn
Browse files

minor change: Typing

parent 2275bac4
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ def register():
default="", maxlen=1024, subtype="DIR_PATH")
Scene.pov_list_lf_enable = BoolProperty(
name="LF in lists",
description="Enable line brakes in lists (vectors and indices). Disabled: lists are exported in one line.",
description="Enable line breaks in lists (vectors and indices). Disabled: lists are exported in one line.",
default=True)
# Not a real pov option, just to know if we should write
......
......@@ -182,7 +182,7 @@ class RENDER_PT_povray_export_settings(RenderButtonsPanel, bpy.types.Panel):
col = split.column()
col.prop(scene, "pov_comments_enable", text="Comments")
col = split.column()
col.prop(scene, "pov_list_lf_enable", text="Line brakes in lists")
col.prop(scene, "pov_list_lf_enable", text="Line breaks in lists")
class RENDER_PT_povray_render_settings(RenderButtonsPanel, bpy.types.Panel):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment