From 9bf31f4d71ebb88000d2034a8deaf70a208f334c Mon Sep 17 00:00:00 2001 From: thomasv Date: Wed, 2 Jan 2013 11:42:09 +0100 Subject: [PATCH] Made the bug reporting link clickable in lib/gui_lite.py --- lib/gui_lite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gui_lite.py b/lib/gui_lite.py index a1f576e0..021e2694 100644 --- a/lib/gui_lite.py +++ b/lib/gui_lite.py @@ -556,7 +556,7 @@ class MiniWindow(QDialog): def show_report_bug(self): QMessageBox.information(self, "Electrum - " + _("Reporting Bugs"), - _("Please report any bugs as issues on github: https://github.com/spesmilo/electrum/issues")) + _("Please report any bugs as issues on github: https://github.com/spesmilo/electrum/issues")) def show_history(self, toggle_state): if toggle_state: