update name

This commit is contained in:
easyw
2019-09-26 23:55:20 +02:00
parent 9480a10557
commit 367e7488f3

View File

@ -43,7 +43,7 @@ class FillAreaDialogEx(FillAreaDialog.FillAreaDialog):
class FillAreaAction(pcbnew.ActionPlugin):
def defaults(self):
self.name = "Via Stitching"
self.name = "Via Stitching Generator"
self.category = "Modify PCB"
self.description = "Via Stitching for PCB Zone"
self.icon_file_name = os.path.join(os.path.dirname(__file__), "./stitching-vias.png")