tMerge pull request #122 from rdymac/patch-18 - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit fddd9d2f0560b903d76ee64262a62b15cbfcd99d
DIR parent 193cc57dbd043a19f549a29cb193a8fa77c9dea4
HTML Author: ThomasV <thomasv1@gmx.de>
Date: Sun, 20 Jan 2013 13:20:58 -0800
Merge pull request #122 from rdymac/patch-18
Separated the new line command from text strings
Diffstat:
M lib/gui_lite.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/lib/gui_lite.py b/lib/gui_lite.py
t@@ -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)