Fix #2242 : Notifications: Missing word in torrent finished message

This commit is contained in:
Calum Lind 2013-02-04 13:26:07 +00:00
parent 810495264f
commit 1f12bab923

View File

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