1
0

labels plugin: shorter description for kivy gui

This commit is contained in:
ThomasV
2016-02-11 10:16:27 +01:00
parent 62711ad511
commit 135eafd966
2 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
from electrum.i18n import _
fullname = _('LabelSync')
description = '\n'.join([
_("Synchronize your labels across multiple Electrum installs by using a remote database to save your data. Labels, transactions ids and addresses are encrypted before they are sent to the remote server."),
_("The label sync's server software is open-source as well and can be found on github.com/maran/electrum-sync-server")
description = ' '.join([
_("Save your wallet labels on a remote server, and synchronize them across multiple devices where you use Electrum."),
_("Labels, transactions IDs and addresses are encrypted before they are sent to the remote server.")
])
available_for = ['qt', 'kivy']