better ReadMe file

This commit is contained in:
easyw
2020-02-23 18:39:09 +01:00
parent 4720c89b41
commit 7e2a635ae1
4 changed files with 24 additions and 47 deletions

View File

@ -227,7 +227,7 @@ class pcb2dxf( pcbnew.ActionPlugin ):
self.description should be a comprehensive description
of the plugin
"""
self.name = "export technical layers of pcb to DXF \nversion "+___version___
self.name = "Export pcb technical layers to DXF \nversion "+___version___
self.category = "export PCB"
self.description = "export technical layers of pcb to DXF (saved board)"
self.show_toolbar_button = True