commit d97137466961022672b301ec478b794fca3b1339 parent b470532ec2583ee200b212019f59ae6a930108bc Author: ThomasV <thomasv1@gmx.de> Date: Sun, 20 Jan 2013 22:30:29 -0800 Merge pull request #126 from rdymac/patch-20 Separated the text string from the github bug URL Diffstat:
M | lib/gui_lite.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/gui_lite.py b/lib/gui_lite.py @@ -603,7 +603,7 @@ class MiniWindow(QDialog): def show_report_bug(self): QMessageBox.information(self, "Electrum - " + _("Reporting Bugs"), - _("Please report any bugs as issues on github: <a href=\"https://github.com/spesmilo/electrum/issues\">https://github.com/spesmilo/electrum/issues</a>")) + _("Please report any bugs as issues on github:")+" <a href=\"https://github.com/spesmilo/electrum/issues\">https://github.com/spesmilo/electrum/issues</a>") def toggle_receiving_layout(self, toggle_state): if toggle_state: