Browse Source

(minor) typo

master
ThomasV 6 years ago
parent
commit
496de03869
  1. 2
      electrum/gui/kivy/uix/dialogs/invoice_dialog.py

2
electrum/gui/kivy/uix/dialogs/invoice_dialog.py

@ -41,7 +41,7 @@ Builder.load_string('''
text: _('Status') + ': ' + root.status_str
color: root.status_color
TopLabel:
warning: root.warning
text: root.warning
color: (0.9, 0.6, 0.3, 1)
Widget:
size_hint: 1, 0.2

Loading…
Cancel
Save