Update various instances where Category name wasn't displaying the translated version (in context menus)

This commit is contained in:
blitzmann
2020-06-25 20:32:49 -04:00
parent c7ec87b979
commit 42706f35c6
9 changed files with 11 additions and 11 deletions

View File

@@ -952,7 +952,7 @@ class Market:
mktgrpid = self.getMarketGroupByItem(item).ID
except AttributeError:
mktgrpid = -1
pyfalog.warning("unable to find market group for {}".format(item.name))
pyfalog.warning("unable to find market group for {}".format(item.typeName))
if reverseMktGrp:
mktgrpid = -mktgrpid
parentname = self.getParentItemByItem(item).name