summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/RSDF.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/RSDF.py')
-rw-r--r--pyload/plugins/crypter/RSDF.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/RSDF.py b/pyload/plugins/crypter/RSDF.py
index cbc9864b1..443eaff26 100644
--- a/pyload/plugins/crypter/RSDF.py
+++ b/pyload/plugins/crypter/RSDF.py
@@ -11,7 +11,7 @@ class RSDF(Crypter):
__name__ = "RSDF"
__version__ = "0.21"
__pattern__ = r".*\.rsdf"
- __description__ = """RSDF Container Decode Plugin"""
+ __description__ = """RSDF container decrypter plugin"""
__author_name__ = ("RaNaN", "spoob")
__author_mail__ = ("RaNaN@pyload.org", "spoob@pyload.org")