Copy Address -> Copy My Address
This commit is contained in:
parent
fa81d974d6
commit
e954bdef3e
@ -117,7 +117,7 @@ class MiniWindow(QDialog):
|
||||
self.balance_label = BalanceLabel(self.change_quote_currency)
|
||||
self.balance_label.setObjectName("balance_label")
|
||||
|
||||
copy_button = QPushButton(_("&Copy Address"))
|
||||
copy_button = QPushButton(_("&Copy My Address"))
|
||||
copy_button.setObjectName("copy_button")
|
||||
copy_button.setDefault(True)
|
||||
self.connect(copy_button, SIGNAL("clicked()"),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user