aboutsummaryrefslogtreecommitdiffstats
path: root/admin/cat_modify.php
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2004-12-20 14:52:30 +0000
committergweltas <gweltas@piwigo.org>2004-12-20 14:52:30 +0000
commit1d46ea86e9d3925a60f1d126d4b1bd642630741a (patch)
treea6b1912f9e40430f51178f8ae8f083a2955399d6 /admin/cat_modify.php
parent5a8ecfbfb140333e08d85b1d4a7e97bbba78bfcc (diff)
- Minor update of language file
- Configuration / Default dispaly : maximum height & width git-svn-id: http://piwigo.org/svn/trunk@649 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/cat_modify.php')
-rw-r--r--admin/cat_modify.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/cat_modify.php b/admin/cat_modify.php
index 47a34fbdc..201592e30 100644
--- a/admin/cat_modify.php
+++ b/admin/cat_modify.php
@@ -142,10 +142,10 @@ $template->assign_vars(array(
$uploadable=>'checked="checked"',
'L_EDIT_CONFIRM'=>$lang['editcat_confirm'],
- 'L_EDIT_NAME'=>$lang['description'],
+ 'L_EDIT_NAME'=>$lang['name'],
'L_STORAGE'=>$lang['storage'],
'L_REMOTE_SITE'=>$lang['remote_site'],
- 'L_EDIT_COMMENT'=>$lang['comment'],
+ 'L_EDIT_COMMENT'=>$lang['description'],
'L_EDIT_CAT_OPTIONS'=>$lang['cat_options'],
'L_EDIT_STATUS'=>$lang['conf_access'],
'L_EDIT_STATUS_INFO'=>$lang['cat_access_info'],