i18n: annotate item stat views

This commit is contained in:
zhaoweny
2020-06-22 20:03:53 +08:00
parent aa8a03b18b
commit 396640e5b1
13 changed files with 75 additions and 54 deletions

View File

@@ -47,7 +47,7 @@ class Miscellanea(ViewColumn):
self.imageId = -1
if params["displayName"] or self.imageId == -1:
self.columnText = "Misc data"
self.columnText = _("Misc data")
self.mask |= wx.LIST_MASK_TEXT
self.mainFrame = gui.mainFrame.MainFrame.getInstance()
self.fittingView = fittingView