diff options
author | 2015-03-07 18:33:23 +0100 | |
---|---|---|
committer | 2015-03-07 18:33:23 +0100 | |
commit | 3551cd44c7fad9cf5159d5920b6e8ec7aa3d1b9b (patch) | |
tree | 8b3b2dfad2ba828d5dfb40eaaece76e18a771d66 /module/plugins/hooks/SkipRev.py | |
parent | [AntiVirus] Fix quarantine file moving (diff) | |
download | pyload-3551cd44c7fad9cf5159d5920b6e8ec7aa3d1b9b.tar.xz |
Spare code cosmetics
Diffstat (limited to 'module/plugins/hooks/SkipRev.py')
-rw-r--r-- | module/plugins/hooks/SkipRev.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/SkipRev.py b/module/plugins/hooks/SkipRev.py index a4d46316e..521c2c39e 100644 --- a/module/plugins/hooks/SkipRev.py +++ b/module/plugins/hooks/SkipRev.py @@ -22,8 +22,8 @@ class SkipRev(Hook): __type__ = "hook" __version__ = "0.28" - __config__ = [("mode" , "Auto;Manual", "Choose rev files to keep for package", "Auto"), - ("revtokeep", "int" , "Custom number of files to keep" , 0 )] + __config__ = [("mode" , "Auto;Manual", "Choose rev files to skip for package", "Auto"), + ("revtokeep", "int" , "Number of rev files to keep" , 0 )] __description__ = """Skip files ending with extension rev""" __license__ = "GPLv3" |