1
0

kivy updates

This commit is contained in:
ThomasV
2015-12-02 12:11:28 +01:00
parent 95bf92b683
commit 6ec610c359
12 changed files with 65 additions and 44 deletions

View File

@@ -313,7 +313,7 @@ class FxPlugin(BasePlugin, ThreadJob):
@hook
def format_amount_and_units(self, btc_balance):
rate = self.exchange_rate()
return '' if rate is None else " (%s %s)" % (self.value_str(btc_balance, rate), self.ccy)
return '' if rate is None else "%s %s" % (self.value_str(btc_balance, rate), self.ccy)
@hook
def get_fiat_status_text(self, btc_balance):