Separated the new line command from text strings

Separated the new line command from text strings because it causes a bug when the text strings are pulled from the Translation wiki in multiple lines text strings.
This commit is contained in:
rdymac 2013-01-20 17:47:28 +01:00
parent 76cfc43794
commit 5fc31899a2
1 changed files with 1 additions and 1 deletions

View File

@ -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)