From d29fd4d9d10ab2ed35fdfe7d1f0ff9939d96fe25 Mon Sep 17 00:00:00 2001 From: Kefkius Date: Fri, 8 Jan 2016 05:00:15 -0500 Subject: [PATCH] Use info message box for Pay-To-Many instructions --- gui/qt/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index ffe36dd2..642753c0 100644 --- a/gui/qt/main_window.py +++ b/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]