mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 00:41:31 +00:00
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.
This commit is contained in:
parent
b470532ec2
commit
d7ac33ea32
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue