From 35474a8f1f8acb141bb415556f3bda94399d2aee Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 18 Jul 2014 01:02:57 +0200 Subject: Rename pyLoadCore as pyload and pyLoadCli as pyload-cli --- module/web/pyload_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/web/pyload_app.py') 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}) -- cgit v1.2.3