mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
minor grammar fix in qt/preferences
This commit is contained in:
parent
f7d1d5a7c7
commit
75f0221617
1 changed files with 3 additions and 3 deletions
|
@ -2726,9 +2726,9 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
||||||
id_widgets.append((SSL_id_label, SSL_id_e))
|
id_widgets.append((SSL_id_label, SSL_id_e))
|
||||||
|
|
||||||
units = ['BTC', 'mBTC', 'bits']
|
units = ['BTC', 'mBTC', 'bits']
|
||||||
msg = _('Base unit of your wallet.')\
|
msg = (_('Base unit of your wallet.')
|
||||||
+ '\n1BTC=1000mBTC.\n' \
|
+ '\n1 BTC = 1000 mBTC. 1 mBTC = 1000 bits.\n'
|
||||||
+ _(' These settings affects the fields in the Send tab')+' '
|
+ _('This setting affects the Send tab, and all balance related fields.'))
|
||||||
unit_label = HelpLabel(_('Base unit') + ':', msg)
|
unit_label = HelpLabel(_('Base unit') + ':', msg)
|
||||||
unit_combo = QComboBox()
|
unit_combo = QComboBox()
|
||||||
unit_combo.addItems(units)
|
unit_combo.addItems(units)
|
||||||
|
|
Loading…
Add table
Reference in a new issue