From 3756e12922c51d3e0c659bc209b69b6a6fbcd863 Mon Sep 17 00:00:00 2001 From: Adelscott <adelscott@gmail.com> Date: Tue, 10 Feb 2015 20:37:36 +0100 Subject: [PATCH] Correction faute d'orthographe notification MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Participe passé masculin singulier du verbe finir est "fini" --- sickbeard/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sickbeard/common.py b/sickbeard/common.py index c4c8c2894..45c789275 100644 --- a/sickbeard/common.py +++ b/sickbeard/common.py @@ -45,7 +45,7 @@ NOTIFY_SUBTITLE_DOWNLOAD = 3 notifyStrings = {} notifyStrings[NOTIFY_SNATCH] = "Download en cours" -notifyStrings[NOTIFY_DOWNLOAD] = "Download finis" +notifyStrings[NOTIFY_DOWNLOAD] = "Download fini" notifyStrings[NOTIFY_SUBTITLE_DOWNLOAD] = "Sous-titre" ### Episode statuses -- GitLab