mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Fix #2242 : Notifications: Missing word in torrent finished message
This commit is contained in:
parent
810495264f
commit
1f12bab923
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue