From 8f97f21eb2025c563cf7d8a56adb0193f3dc5eab Mon Sep 17 00:00:00 2001 From: gweltas Date: Thu, 25 Nov 2004 16:44:41 +0000 Subject: Categories option management update. - Rewrite of the tpl file (no more table in it) - Deletion of duplicate entry in language files - French version git-svn-id: http://piwigo.org/svn/trunk@622 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/cat_modify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/cat_modify.php') diff --git a/admin/cat_modify.php b/admin/cat_modify.php index e4d2ffaff..ca133d79c 100644 --- a/admin/cat_modify.php +++ b/admin/cat_modify.php @@ -151,7 +151,7 @@ $template->assign_vars(array( 'L_EDIT_STATUS_INFO'=>$lang['cat_access_info'], 'L_ACCESS_FREE'=>$lang['free'], 'L_ACCESS_RESTRICTED'=>$lang['restricted'], - 'L_EDIT_LOCK'=>$lang['cat_lock'], + 'L_EDIT_LOCK'=>$lang['lock'], 'L_EDIT_LOCK_INFO'=>$lang['cat_lock_info'], 'L_YES'=>$lang['yes'], 'L_NO'=>$lang['no'], -- cgit v1.2.3