summaryrefslogtreecommitdiffstats
path: root/gen_web_gettext.py
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2016-04-23 23:13:11 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2016-04-23 23:13:11 +0100
commitd32796eab00fc3d5b95a1fff1fdffc74f0e4ef7d (patch)
tree70a21e3a2f2db33e7d105a8ce43f4f80ea36cc00 /gen_web_gettext.py
parent1a79d7c2558388414c9d33d5cda0a1896769588a (diff)
downloaddeluge-d32796eab00fc3d5b95a1fff1fdffc74f0e4ef7d.tar.gz
deluge-d32796eab00fc3d5b95a1fff1fdffc74f0e4ef7d.tar.bz2
deluge-d32796eab00fc3d5b95a1fff1fdffc74f0e4ef7d.zip
[WebUI] Reword doctring and update gettext.js
Diffstat (limited to 'gen_web_gettext.py')
-rwxr-xr-xgen_web_gettext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_web_gettext.py b/gen_web_gettext.py
index 066b91687..d2c84ea52 100755
--- a/gen_web_gettext.py
+++ b/gen_web_gettext.py
@@ -50,4 +50,4 @@ def create_gettext_js(js_dir):
if __name__ == '__main__':
create_gettext_js(WEBUI_JS_DIR)
- print('Created %s' % WEBUI_JS_DIR)
+ print('Created gettext.js for %s' % WEBUI_JS_DIR)