summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/CCF.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/CCF.py')
-rw-r--r--pyload/plugins/crypter/CCF.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/CCF.py b/pyload/plugins/crypter/CCF.py
index 8013f34f2..2bd42480d 100644
--- a/pyload/plugins/crypter/CCF.py
+++ b/pyload/plugins/crypter/CCF.py
@@ -14,7 +14,7 @@ class CCF(Crypter):
__name__ = "CCF"
__version__ = "0.2"
__pattern__ = r"(?!http://).*\.ccf$"
- __description__ = """CCF Container Convert Plugin"""
+ __description__ = """CCF container decrypter plugin"""
__author_name__ = "Willnix"
__author_mail__ = "Willnix@pyload.org"