mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 00:41:31 +00:00
added translation text string in gui_lite.py
Added gettext _() to the "public key has been copied" text string to be translated.
This commit is contained in:
parent
b4bb3c7449
commit
aee1c342db
1 changed files with 1 additions and 1 deletions
|
@ -905,7 +905,7 @@ class MiniActuator:
|
|||
def copy_master_public_key(self):
|
||||
master_pubkey = self.wallet.master_public_key
|
||||
qApp.clipboard().setText(master_pubkey)
|
||||
QMessageBox.information(None,"Copy successful", "Your master public key has been copied to your clipboard.")
|
||||
QMessageBox.information(None, _("Copy successful"), _("Your master public key has been copied to your clipboard."))
|
||||
|
||||
|
||||
def acceptbit(self, currency):
|
||||
|
|
Loading…
Add table
Reference in a new issue