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

@ -83,9 +83,9 @@ class snap_to_grid( pcbnew.ActionPlugin ):
self.description should be a comprehensive description
of the plugin
"""
self.name = "Snap Selected Modules to Grid \nversion "+__version__
self.name = "Snap Selected Footprint(s) to Grid \nversion "+__version__
self.category = "Modify PCB"
self.description = "Automaticaly Snap Selected Module(s) to Grid on an existing PCB"
self.description = "Automaticaly Snap Selected Footprint Module(s) to Grid on an existing PCB"
#self.pcbnew_icon_support = hasattr(self, "show_toolbar_button")
self.show_toolbar_button = True
self.icon_file_name = os.path.join(os.path.dirname(__file__), './snap2grid.png')