aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--get_subtitle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_subtitle.py b/get_subtitle.py
index e653a5533..c650b220a 100644
--- a/get_subtitle.py
+++ b/get_subtitle.py
@@ -75,7 +75,7 @@ def download_subtitle(path, language, hi, providers, providers_auth, sceneName,
downloaded_language_code3 = language
downloaded_path = result[1]
if used_sceneName == True:
- message = downloaded_language + " subtitles downloaded from " + downloaded_provider + " with a score of " + unicode(score) + "% using this scene name obtained from Sonarr: " + sceneName
+ message = downloaded_language + " subtitles downloaded from " + downloaded_provider + " with a score of " + unicode(score) + "% using this scene name: " + sceneName
else:
message = downloaded_language + " subtitles downloaded from " + downloaded_provider + " with a score of " + unicode(score) + "% using filename guessing."