added localized strings

This commit is contained in:
angedam
2018-08-14 16:21:13 +02:00
parent c58e16d097
commit 49e32e1f34
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ def test_video_exists(page_url):
data = httptools.downloadpage(page_url).data
if "We are unable to find the video" in data:
return False, "[streamango] El archivo no existe o ha sido borrado"
return False, config.get_localized_string(70449) % "Streamango"
return True, ""