mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
Copy Address -> Copy My Address
This commit is contained in:
parent
fa81d974d6
commit
e954bdef3e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue