Skip to content
Snippets Groups Projects
Commit c40f80eb authored by Bastien Montagne's avatar Bastien Montagne
Browse files

Minor UI messages fixes.

parent 76970df2
No related branches found
No related tags found
No related merge requests found
...@@ -2467,7 +2467,7 @@ class IMPORT_OT_autocad_dxf(bpy.types.Operator): ...@@ -2467,7 +2467,7 @@ class IMPORT_OT_autocad_dxf(bpy.types.Operator):
) )
draw_one = BoolProperty( draw_one = BoolProperty(
name="Merge all", name="Merge all",
description="Draw all into one mesh-object", description="Draw all into one mesh object",
default=toggle & T_DrawOne, default=toggle & T_DrawOne,
) )
circleResolution = IntProperty( circleResolution = IntProperty(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment