Merge pull request #126 from rdymac/patch-20

Separated the text string from the github bug URL
This commit is contained in:
ThomasV 2013-01-20 22:30:29 -08:00
commit d971374669

View 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: