grid.addWidget(HelpButton(_('Recipient of the funds.')+'\n\n'+_('You may enter a Bitcoin address, a label from your list of contacts (a list of completions will be proposed), or an alias (email-like address that forwards to a Bitcoin address)')),1,4)
grid.addWidget(HelpButton(_('Recipient of the funds.')+'\n\n'+_('You may enter a Bitcoin address, a label from your list of contacts (a list of completions will be proposed), or an alias (email-like address that forwards to a Bitcoin address)')),1,4)
completer=QCompleter()
completer=QCompleter()
@ -714,6 +697,7 @@ class ElectrumWindow(QMainWindow):