Issue #2073: Fixed name of a popup menu item for implant tab
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user