From 1b55e262a5c3f5083fe29a5b52f2cd0197807dd0 Mon Sep 17 00:00:00 2001 From: Davide Grilli Date: Sat, 6 Dec 2025 18:11:12 +0100 Subject: [PATCH] Update address references in ReceiveTab to reflect Pallectrum terminology --- electrum/gui/qt/receive_tab.py | 4 ++-- electrum/simple_config.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/electrum/gui/qt/receive_tab.py b/electrum/gui/qt/receive_tab.py index 74377b319..a3dd12e94 100644 --- a/electrum/gui/qt/receive_tab.py +++ b/electrum/gui/qt/receive_tab.py @@ -189,8 +189,8 @@ class ReceiveTab(QWidget, MessageBoxMixin, Logger): _('This information is seen by the recipient if you send them a signed payment request.'), '\n\n', _('For on-chain requests, the address gets reserved until expiration. After that, it might get reused.'), ' ', - _('The bitcoin address never expires and will always be part of this electrum wallet.'), ' ', - _('You can reuse a bitcoin address any number of times but it is not good for your privacy.'), + _('The palladium address never expires and will always be part of this pallectrum wallet.'), ' ', + _('You can reuse a palladium address any number of times but it is not good for your privacy.'), '\n\n', _('For Lightning requests, payments will not be accepted after the expiration.'), ]) diff --git a/electrum/simple_config.py b/electrum/simple_config.py index 37a8614cb..408a5eacb 100644 --- a/electrum/simple_config.py +++ b/electrum/simple_config.py @@ -858,7 +858,7 @@ Warning: setting this to too low will result in lots of payment failures."""), ) BTC_AMOUNTS_ADD_THOUSANDS_SEP = ConfigVar( 'amt_add_thousands_sep', default=False, type_=bool, - short_desc=lambda: _("Add thousand separators to bitcoin amounts"), + short_desc=lambda: _("Add thousand separators to palladium amounts"), ) BLOCK_EXPLORER = ConfigVar(