diff options
author | 2013-11-17 14:05:40 +0100 | |
---|---|---|
committer | 2013-11-17 14:05:52 +0100 | |
commit | c1e580ec06b9065bc63ebf987d5306c03da237e0 (patch) | |
tree | 079f72ccc9d3f54ba14c7bf19e57ec67b813f6c3 /pyload/FileManager.py | |
parent | Merge pull request #365 from vuolter/m/timestamp (diff) | |
download | pyload-c1e580ec06b9065bc63ebf987d5306c03da237e0.tar.xz |
refactored pluginManager
Diffstat (limited to 'pyload/FileManager.py')
-rw-r--r-- | pyload/FileManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |