Skip to content

Commit

Permalink
Namecoin: Rebrand Qt main window
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Mar 25, 2020
1 parent 0557776 commit a2d23cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum_nmc/electrum/gui/qt/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ def on_receive_address_changed():
addr = str(self.receive_address_e.text())
self.receive_address_widgets.setVisible(bool(addr))

msg = _('Bitcoin address where the payment should be received. Note that each payment request uses a different Bitcoin address.')
msg = _('Namecoin address where the payment should be received. Note that each payment request uses a different Namecoin address.')
receive_address_label = HelpLabel(_('Receiving address'), msg)

self.receive_address_e = ButtonsTextEdit()
Expand Down

0 comments on commit a2d23cd

Please sign in to comment.