tadd dev - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 82bfbdcc3c0f6fadcbee385cd603d994f9d1a9f7 DIR parent 3252161f367754e4bf7906323338c1f0a8dfa322 HTML Author: ThomasV <thomasv@electrum.org> Date: Mon, 18 Jan 2016 16:06:12 +0100 add dev Diffstat: M gui/kivy/uix/ui_screens/about.kv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/gui/kivy/uix/ui_screens/about.kv b/gui/kivy/uix/ui_screens/about.kv t@@ -25,6 +25,6 @@ Popup: text_size: self.size Label: text_size: self.size - text: "Thomas Voegtlin\nNeil Booth" + text: '\n'.join(['Thomas Voegtlin', 'Neil Booth', 'Akshay Arora']) Widget: size_hint: None, 1