mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 13:05:37 +00:00
[Core] Put back translation markup for tracker error
This commit is contained in:
parent
00757af149
commit
83cecc0c09
@ -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…
x
Reference in New Issue
Block a user