aboutsummaryrefslogtreecommitdiffstats
path: root/admin.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--admin.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/admin.php b/admin.php
index 8176a2f0a..d9e6a700b 100644
--- a/admin.php
+++ b/admin.php
@@ -199,10 +199,10 @@ $template->assign_vars(array(
'L_GROUPS'=>$lang['groups'],
'L_AUTH'=>$lang['permissions'],
'L_UPDATE'=>$lang['update'],
- 'L_CAT_UPLOAD'=>$lang['cat_options_upload_menu'],
- 'L_CAT_COMMENTS'=>$lang['cat_options_comments_menu'],
- 'L_CAT_VISIBLE'=>$lang['cat_options_visible_menu'],
- 'L_CAT_STATUS'=>$lang['cat_options_status_menu'],
+ 'L_CAT_UPLOAD'=>$lang['upload'],
+ 'L_CAT_COMMENTS'=>$lang['comments'],
+ 'L_CAT_VISIBLE'=>$lang['lock'],
+ 'L_CAT_STATUS'=>$lang['permissions'],
'U_CONFIG_GENERAL'=>add_session_id($conf_link.'general' ),
'U_CONFIG_COMMENTS'=>add_session_id($conf_link.'comments' ),