i18n: more string annotation

This commit is contained in:
zhaoweny
2020-06-30 17:19:40 +08:00
parent 25a694bd69
commit bf99132f2f
6 changed files with 16 additions and 12 deletions

View File

@@ -160,7 +160,7 @@ class CommandView(d.Display):
self.fits.sort(key=self.fitSort)
stuff.extend(self.fits)
if not stuff:
stuff = [DummyEntry("Drag a fit to this area")]
stuff = [DummyEntry(_t("Drag a fit to this area"))]
self.update(stuff)
def click(self, event):