diff options
author | 2015-03-10 22:45:26 +0100 | |
---|---|---|
committer | 2015-03-10 22:45:26 +0100 | |
commit | 331045a39c1d52aef16d51fa4ae1f52ed4f8dc36 (patch) | |
tree | 8e88a3a01f51e5fa0fc731be1038c07cd39eb062 /module/plugins/hooks/SkipRev.py | |
parent | [BasePlugin] Improve checkDownload (diff) | |
download | pyload-331045a39c1d52aef16d51fa4ae1f52ed4f8dc36.tar.xz |
Tiny code cosmetics
Diffstat (limited to 'module/plugins/hooks/SkipRev.py')
-rw-r--r-- | module/plugins/hooks/SkipRev.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/hooks/SkipRev.py b/module/plugins/hooks/SkipRev.py index 88ffb0103..dc45a2e6d 100644 --- a/module/plugins/hooks/SkipRev.py +++ b/module/plugins/hooks/SkipRev.py @@ -16,10 +16,10 @@ class SkipRev(Hook): __type__ = "hook" __version__ = "0.29" - __config__ = [("mode" , "Auto;Manual", "Choose rev files to skip for package", "Auto"), - ("revtokeep", "int" , "Number of rev files to keep" , 0 )] + __config__ = [("mode" , "Auto;Manual", "Choose recovery archives to skip" , "Auto"), + ("revtokeep", "int" , "Number of recovery archives to keep for package", 0 )] - __description__ = """Skip files ending with extension rev""" + __description__ = """Skip recovery archives (.rev)""" __license__ = "GPLv3" __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] |