1
0

kivy: simplify currency dialog

This commit is contained in:
ThomasV
2017-01-24 10:45:49 +01:00
parent 132fca86b2
commit 1f350c31dd
4 changed files with 13 additions and 24 deletions

View File

@@ -246,7 +246,7 @@ class SettingsDialog(Factory.Popup):
ccy = fx.get_currency()
return '%s [%s]' %(ccy, source)
else:
return 'Disabled'
return _('None')
def fx_dialog(self, label, dt):
if self._fx_dialog is None: