mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 15:31:31 +00:00
Merge pull request #122 from rdymac/patch-18
Separated the new line command from text strings
This commit is contained in:
commit
fddd9d2f05
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ class MiniWindow(QDialog):
|
|||
|
||||
|
||||
# Label
|
||||
extra_layout.addWidget( QLabel(_('Selecting an address will copy it to the clipboard.\nDouble clicking the label will allow you to edit it.') ),0,0)
|
||||
extra_layout.addWidget( QLabel(_('Selecting an address will copy it to the clipboard.') + '\n' + _('Double clicking the label will allow you to edit it.') ),0,0)
|
||||
|
||||
extra_layout.addWidget(self.receiving, 1,0)
|
||||
extra_layout.addWidget(hide_used, 2,0)
|
||||
|
|
Loading…
Add table
Reference in a new issue