From 0eccf42bf3ec1413b43e454a614e4dc96a24fb74 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 10 Apr 2012 19:08:10 +0200 Subject: [PATCH] capitals --- client/electrum4a.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/electrum4a.py b/client/electrum4a.py index df2c91cd..dbc932ff 100755 --- a/client/electrum4a.py +++ b/client/electrum4a.py @@ -781,7 +781,7 @@ def settings_loop(): is_encrypted = 'yes' if wallet.use_encryption else 'no' protocol = protocol_name(p) droid.fullShow(settings_layout) - droid.fullSetList("myListView",['server: ' + server, 'protocol: '+ protocol, 'fee: '+fee, 'password: '+is_encrypted, 'seed']) + droid.fullSetList("myListView",['Server: ' + server, 'Protocol: '+ protocol, 'Fee: '+fee, 'Password: '+is_encrypted, 'Seed']) set_listview()