diff options
author | gweltas <gweltas@piwigo.org> | 2004-12-20 14:52:30 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-12-20 14:52:30 +0000 |
commit | 1d46ea86e9d3925a60f1d126d4b1bd642630741a (patch) | |
tree | a6b1912f9e40430f51178f8ae8f083a2955399d6 /admin/picture_modify.php | |
parent | 5a8ecfbfb140333e08d85b1d4a7e97bbba78bfcc (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/picture_modify.php')
-rw-r--r-- | admin/picture_modify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/picture_modify.php b/admin/picture_modify.php index 4ba5f85a9..d43a8aad9 100644 --- a/admin/picture_modify.php +++ b/admin/picture_modify.php @@ -196,7 +196,7 @@ $template->assign_vars(array( 'L_AUTHOR'=>$lang['author'], 'L_CREATION_DATE'=>$lang['creation_date'], 'L_KEYWORDS'=>$lang['keywords'], - 'L_COMMENT'=>$lang['comment'], + 'L_COMMENT'=>$lang['description'], 'L_CATEGORIES'=>$lang['categories'], 'L_DISSOCIATE'=>$lang['dissociate'], 'L_INFOIMAGE_ASSOCIATE'=>$lang['infoimage_associate'], |