electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 6b75c5f3fa07ca2f94cc94a96416a96b1a281aa5
parent 4b1feddcbd23eea6003b61315728b916c1a2d338
Author: Amir Taaki <genjix@riseup.net>
Date:   Tue, 14 Aug 2012 20:52:28 +0100

Added donation address.

Diffstat:
Mlib/gui_lite.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/gui_lite.py b/lib/gui_lite.py @@ -348,7 +348,7 @@ class MiniWindow(QDialog): def show_about(self): QMessageBox.about(self, "Electrum", - _("Electrum's focus is speed, with low resource usage and simplifying Bitcoin. You do not need to perform regular backups, because your wallet can be recovered from a secret phrase that you can memorize or write on paper. Startup times are instant because it operates in conjuction with high-performance servers that handle the most complicated parts of the Bitcoin system.")) + _("Electrum's focus is speed, with low resource usage and simplifying Bitcoin. You do not need to perform regular backups, because your wallet can be recovered from a secret phrase that you can memorize or write on paper. Startup times are instant because it operates in conjuction with high-performance servers that handle the most complicated parts of the Bitcoin system.\n\nSend donations to 1JwTMv4GWaPdf931N6LNPJeZBfZgZJ3zX1")) def show_report_bug(self): QMessageBox.information(self, "Electrum - " + _("Reporting Bugs"),