i18n/zh_CN: add more UI translation

This commit is contained in:
zhaoweny
2020-06-20 17:42:52 +08:00
parent d28665f172
commit a05e7dbad1
6 changed files with 103 additions and 69 deletions

View File

@@ -37,7 +37,7 @@ class MultiSwitch(ChromeNotebook):
if h:
h(type, info)
def AddPage(self, tabWnd=None, tabTitle=_("Empty Tab"), tabImage=None):
def AddPage(self, tabWnd=None, tabTitle="Empty Tab", tabImage=None):
if tabWnd is None:
tabWnd = gui.builtinViews.emptyView.BlankPage(self)
tabWnd.handleDrag = lambda type, info: self.handleDrag(type, info)