From c1e580ec06b9065bc63ebf987d5306c03da237e0 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 17 Nov 2013 14:05:40 +0100 Subject: refactored pluginManager --- pyload/FileManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/FileManager.py') diff --git a/pyload/FileManager.py b/pyload/FileManager.py index b1d3891e9..614418f99 100644 --- a/pyload/FileManager.py +++ b/pyload/FileManager.py @@ -52,7 +52,7 @@ class FileManager: # translations self.statusMsg = [_("none"), _("offline"), _("online"), _("queued"), _("paused"), _("finished"), _("skipped"), _("failed"), _("starting"), - _("waiting"), _("downloading"), _("temp. offline"), _("aborted"), + _("waiting"), _("downloading"), _("temp. offline"), _("aborted"), _("not possible"), _("decrypting"), _("processing"), _("custom"), _("unknown")] self.files = {} # holds instances for files -- cgit v1.2.3