From d7ac33ea328de49ab9bbfec1302f43d1c1ee3bf8 Mon Sep 17 00:00:00 2001 From: rdymac Date: Mon, 21 Jan 2013 01:52:02 +0100 Subject: [PATCH] Separated the text string from the github bug URL Set the text and the link separated to be able to translate only the text part. If the bug report link ever change the text translated keep intact. --- 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 1fa874f4..b0e6c768 100644 --- 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: https://github.com/spesmilo/electrum/issues")) + _("Please report any bugs as issues on github:")+" https://github.com/spesmilo/electrum/issues") def toggle_receiving_layout(self, toggle_state): if toggle_state: