diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-03-10 14:07:44 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-03-10 14:07:44 +0100 |
commit | 626cea75e122729a76efbbf98011d39d22f72fee (patch) | |
tree | 6f4b023a7f35c4684185ece5be039cb78a24d6a3 /module/web/templates/default/admin.html | |
parent | webif user managment (diff) | |
download | pyload-626cea75e122729a76efbbf98011d39d22f72fee.tar.xz |
new l18n files
Diffstat (limited to 'module/web/templates/default/admin.html')
-rw-r--r-- | module/web/templates/default/admin.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/web/templates/default/admin.html b/module/web/templates/default/admin.html index 5b6be26eb..5be649de7 100644 --- a/module/web/templates/default/admin.html +++ b/module/web/templates/default/admin.html @@ -5,7 +5,8 @@ {% block content %} -{{ _("Note: You can only change permissions for webinterface.") }} {{ _("To add user or change passwords use:") }} <b>python pyLoadCore.py -u</b><br> +{{ _("Note: You can only change permissions for webinterface.") }} +{{ _("To add user or change passwords use:") }} <b>python pyLoadCore.py -u</b><br> {{ _("Important: Admin user have always all permissions! Only Admin user can use other clients like CLI and GUI.") }} <form action="" method="POST"> |