Author: andar
Revision: 5867
Log:
Fix create_plugin.py script
Diff:
Modified: branches/1.2_RC/deluge/scripts/create_plugin.py
===================================================================
--- branches/1.2_RC/deluge/scripts/create_plugin.py 2009-10-24 04:56:10 UTC
(rev 5866)
+++ branches/1.2_RC/deluge/scripts/create_plugin.py 2009-10-24 05:51:26 UTC
(rev 5867)
@@ -286,7 +286,7 @@
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 <[email protected]>
Modified: trunk/deluge/scripts/create_plugin.py
===================================================================
--- trunk/deluge/scripts/create_plugin.py 2009-10-24 04:56:10 UTC (rev
5866)
+++ trunk/deluge/scripts/create_plugin.py 2009-10-24 05:51:26 UTC (rev
5867)
@@ -286,7 +286,7 @@
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 <[email protected]>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---