diff options
Diffstat (limited to 'pyload/plugins/addons/ExtractArchive.py')
-rw-r--r-- | pyload/plugins/addons/ExtractArchive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/addons/ExtractArchive.py b/pyload/plugins/addons/ExtractArchive.py index 9a66f13c7..cfa7f36c7 100644 --- a/pyload/plugins/addons/ExtractArchive.py +++ b/pyload/plugins/addons/ExtractArchive.py @@ -62,7 +62,7 @@ class ExtractArchive(Addon): """ __name__ = "ExtractArchive" __version__ = "0.16" - __description__ = "Extract different kind of archives" + __description__ = """Extract different kind of archives""" __config__ = [("activated", "bool", "Activated", True), ("fullpath", "bool", "Extract full path", True), ("overwrite", "bool", "Overwrite files", True), |