diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-07-18 01:02:57 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-07-19 02:25:56 +0200 |
commit | 35474a8f1f8acb141bb415556f3bda94399d2aee (patch) | |
tree | 79b13a6e2fdbedf99004b16d0723c677e781b9c1 /module/web | |
parent | Remove self-tests from all files (diff) | |
download | pyload-35474a8f1f8acb141bb415556f3bda94399d2aee.tar.xz |
Rename pyLoadCore as pyload and pyLoadCli as pyload-cli
Diffstat (limited to 'module/web')
-rw-r--r-- | module/web/pyload_app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/pyload_app.py b/module/web/pyload_app.py index c2749b128..1069176c6 100644 --- a/module/web/pyload_app.py +++ b/module/web/pyload_app.py @@ -505,7 +505,7 @@ def admin(): @route("/setup") def setup(): if PYLOAD or not SETUP: - return base([_("Run pyLoadCore.py -s to access the setup.")]) + return base([_("Run pyload.py -s to access the setup.")]) return render_to_response('setup.html', {"user": False, "perms": False}) |