Separated the text string from the github bug URL
authorrdymac <rdy@aol.es>
Mon, 21 Jan 2013 00:52:02 +0000 (01:52 +0100)
committerrdymac <rdy@aol.es>
Mon, 21 Jan 2013 00:52:02 +0000 (01:52 +0100)
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

index 1fa874f..b0e6c76 100644 (file)
@@ -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: