mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
[Core] Put back translation markup for tracker error
This commit is contained in:
parent
00757af149
commit
83cecc0c09
1 changed files with 1 additions and 1 deletions
|
@ -1055,7 +1055,7 @@ class TorrentManager(component.Component):
|
|||
except (RuntimeError, KeyError):
|
||||
return
|
||||
|
||||
torrent.set_tracker_status("Error: " + error_message)
|
||||
torrent.set_tracker_status("%s: %s" % (_("Error"), error_message))
|
||||
|
||||
def on_alert_storage_moved(self, alert):
|
||||
log.debug("on_alert_storage_moved")
|
||||
|
|
Loading…
Add table
Reference in a new issue