summaryrefslogtreecommitdiffstats
path: root/deluge/plugins/Notifications/deluge/plugins/notifications/gtkui.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/plugins/Notifications/deluge/plugins/notifications/gtkui.py')
-rw-r--r--deluge/plugins/Notifications/deluge/plugins/notifications/gtkui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/plugins/Notifications/deluge/plugins/notifications/gtkui.py b/deluge/plugins/Notifications/deluge/plugins/notifications/gtkui.py
index b3e5acbb3..44558fda4 100644
--- a/deluge/plugins/Notifications/deluge/plugins/notifications/gtkui.py
+++ b/deluge/plugins/Notifications/deluge/plugins/notifications/gtkui.py
@@ -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