mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-26 19:32:21 +00:00
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. "
|
||||
"Got Torrent Status")
|
||||
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
|
||||
return title, message
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user