From dbece6a6f6bd3580852d68713085d9195eabab49 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Sat, 24 Oct 2009 05:51:26 +0000 Subject: [PATCH] Fix create_plugin.py script --- deluge/scripts/create_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/scripts/create_plugin.py b/deluge/scripts/create_plugin.py index 9945a293d..820ad8396 100644 --- a/deluge/scripts/create_plugin.py +++ b/deluge/scripts/create_plugin.py @@ -286,7 +286,7 @@ class WebUI(WebPluginBase): DEFAULT_JS = """/* Script: %(filename)s - The client-side javascript code for the %(name) plugin. + The client-side javascript code for the %(name)s plugin. Copyright: (C) %(author_name)s 2009