commit 6b690d681aada8cc259779d4e9453ee49a745206
parent 19641245156fa4f9484c99f0b22423dca7fcfd89
Author: Maran <maran.hidskes@gmail.com>
Date: Sun, 21 Apr 2013 21:55:14 +0200
Updated label help text
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugins/labels.py b/plugins/labels.py
@@ -37,8 +37,8 @@ class Plugin(BasePlugin):
def __init__(self, gui):
self.target_host = 'labelectrum.herokuapp.com'
- BasePlugin.__init__(self, gui, 'labels', _('Label Sync'),_('This plugin can sync your labels accross multiple Electrum installs by using a remote database to save your data. Labels are not encrypted, \
-transactions and addresses are however. This code might increase the load of your wallet with a few micoseconds as it will sync labels on each startup.\n\n\
+ BasePlugin.__init__(self, gui, 'labels', _('Label Sync'),_('This plugin can sync your labels accross multiple Electrum installs by using a remote database to save your data. Labels, \
+transactions and addresses are all sent and stored encrypted on the remote server. This code might increase the load of your wallet with a few microseconds as it will sync labels on each startup.\n\n\
To get started visit http://labelectrum.herokuapp.com/ to sign up for an account.'))
self.wallet = gui.wallet