diff --git a/lib/gui_lite.py b/lib/gui_lite.py index 19bae02e9..07bf9d8a1 100644 --- a/lib/gui_lite.py +++ b/lib/gui_lite.py @@ -300,7 +300,8 @@ class MiniWindow(QDialog): self.balance_label.show_balance() def create_quote_text(self, btc_balance): - """Return a string copy of the amount of bitcoins in the argument.""" + """Return a string copy of the amount fiat currency the + user has in bitcoins.""" quote_currency = self.quote_currencies[0] quote_balance = self.exchanger.exchange(btc_balance, quote_currency) if quote_balance is None: