Fix #2242 : Notifications: Missing word in torrent finished message
This commit is contained in:
parent
810495264f
commit
1f12bab923
@ -242,7 +242,7 @@ class GtkUiNotifications(CustomNotifications):
|
|||||||
log.debug("Handler for TorrentFinishedEvent GTKUI called. "
|
log.debug("Handler for TorrentFinishedEvent GTKUI called. "
|
||||||
"Got Torrent Status")
|
"Got Torrent Status")
|
||||||
title = _("Finished Torrent")
|
title = _("Finished Torrent")
|
||||||
message = _("The torrent \"%(name)s\" including %(num_files)i "
|
message = _("The torrent \"%(name)s\" including %(num_files)i file(s) "
|
||||||
"has finished downloading.") % torrent_status
|
"has finished downloading.") % torrent_status
|
||||||
return title, message
|
return title, message
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user