spesmilo / electrum

Electrum Bitcoin Wallet
https://electrum.org
MIT License
7.23k stars 3.03k forks source link

Minor localization issues (Qt version) #8919

Closed lionkmp closed 4 months ago

lionkmp commented 4 months ago

Hi,

Please check attached screenshot. "Current version: {}" and "Latest version: {}" seems to be translated to Hungarian since 5 years, still it appears in this Qt/Linux version in English. (This screenshot is (obviously ;-) ) one version older than the current.)

Additionally, the little "Info" button is no a localizable string in code, on "Sweep private keys" window, top right corner.

Update dialog:

screenshot-20240227_204314

screenshot-20240227_212824

Sweep dialog:

QPushButton.__init__(self, 'Info')

https://github.com/spesmilo/electrum/blob/51b7fc04ef38f82a77d9ed6def53f0fee343a7b5/electrum/gui/qt/util.py#L179

Thanks in advance.

SomberNight commented 4 months ago

Thx