Browse Source

kivy: update devs list

master
ThomasV 5 years ago
parent
commit
5f527720cf
  1. 2
      electrum/gui/kivy/uix/ui_screens/about.kv

2
electrum/gui/kivy/uix/ui_screens/about.kv

@ -35,7 +35,7 @@ Popup:
text: _('Developers') text: _('Developers')
size_hint_x: 0.4 size_hint_x: 0.4
TopLabel: TopLabel:
text: '\n'.join(['Thomas Voegtlin', 'Neil Booth', 'Akshay Arora']) text: '\n'.join(['Thomas Voegtlin', 'SomberNight'])
size_hint_x: 0.6 size_hint_x: 0.6
TopLabel: TopLabel:
text: _('Distributed by Electrum Technologies GmbH') text: _('Distributed by Electrum Technologies GmbH')

Loading…
Cancel
Save