Issue #2073: Fixed name of a popup menu item for implant tab

This commit is contained in:
Gochim
2019-12-12 17:57:03 +02:00
parent acd774abe5
commit af4277fc7e

View File

@@ -18,7 +18,7 @@ class ImplantSetLoad(ContextMenuUnconditional):
return srcContext in ("implantItemMisc", "implantEditor")
def getText(self, callingWindow, context):
return "Load Implant Set"
return "Apply Implant Set"
def getSubMenu(self, callingWindow, context, rootMenu, i, pitem):
m = wx.Menu()