X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=plugins%2Flabels.py;h=5ccd152bf4b0d5e4a8bdd42267f249a520b5dd2b;hb=10be6e76094d3b87227c3abdade2daddd5ca1581;hp=7a130f9012c78a529f5b25a51e8a0e135271fdd4;hpb=428fbf1f63a21295cae586336412e9df93fd66e3;p=electrum-nvc.git diff --git a/plugins/labels.py b/plugins/labels.py index 7a130f9..5ccd152 100644 --- a/plugins/labels.py +++ b/plugins/labels.py @@ -28,7 +28,7 @@ class Plugin(BasePlugin): return _('Label Sync') def description(self): - return '%s\n\n%s%s%s' % (_("This plugin can sync your labels across 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."), _("To get started visit"), " http://labelectrum.herokuapp.com/", _(" to sign up for an account.")) + return '%s\n\n%s%s%s' % (_("This plugin can sync your labels across 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."), _("To get started visit"), " http://labelectrum.herokuapp.com/ ", _(" to sign up for an account.")) def version(self): return "0.2.1"