summaryrefslogtreecommitdiffstats
path: root/module/web/pyload_app.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/pyload_app.py')
-rw-r--r--module/web/pyload_app.py2
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})