mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
add the missing s
to %(filename)s
This commit is contained in:
parent
3d83dab4a1
commit
2d10f88714
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ class WebUI(WebPluginBase):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DEFAULT_JS = """/*
|
DEFAULT_JS = """/*
|
||||||
Script: %(filename)
|
Script: %(filename)s
|
||||||
The client-side javascript code for the %(name) plugin.
|
The client-side javascript code for the %(name) plugin.
|
||||||
|
|
||||||
Copyright:
|
Copyright:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue