Browse Source

Use info message box for Pay-To-Many instructions

283
Kefkius 9 years ago
parent
commit
d29fd4d9d1
No known key found for this signature in database GPG Key ID: 4A8B78325A3AF49
  1. 2
      gui/qt/main_window.py

2
gui/qt/main_window.py

@ -1545,7 +1545,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
_('Format: address, amount'),
_('You may load a CSV file using the file icon.')
])
self.show_warning(msg, title=_('Pay to many'))
self.show_message(msg, title=_('Pay to many'))
def payto_contacts(self, labels):
paytos = [self.get_contact_payto(label) for label in labels]

Loading…
Cancel
Save