[Core] Put back translation markup for tracker error

This commit is contained in:
Calum Lind 2015-11-05 22:59:17 +00:00
parent 00757af149
commit 83cecc0c09

View File

@ -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")