i18n: improve string literal annotations
1. annotate more strings for statsViews, itemStats 2. fix raw title and description for preferences 3. fix crash on opening AttributeEditor, characterEditor
This commit is contained in:
@@ -15,12 +15,12 @@ _t = wx.GetTranslation
|
||||
|
||||
|
||||
class PFMarketPref(PreferenceView):
|
||||
title = _t("Market & Prices")
|
||||
|
||||
def __init__(self):
|
||||
self.priceSettings = MarketPriceSettings.getInstance()
|
||||
|
||||
def populatePanel(self, panel):
|
||||
self.title = _t("Market & Prices")
|
||||
self.mainFrame = gui.mainFrame.MainFrame.getInstance()
|
||||
self.sFit = Fit.getInstance()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user