aboutsummaryrefslogtreecommitdiffstats
path: root/admin/cat_list.php
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2004-11-25 16:44:41 +0000
committergweltas <gweltas@piwigo.org>2004-11-25 16:44:41 +0000
commit8f97f21eb2025c563cf7d8a56adb0193f3dc5eab (patch)
tree2575b7c11e92a4eb304b274ec9a597a67caa176e /admin/cat_list.php
parent2c109654aac3eda8b98afb8b69b05f921091744d (diff)
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
Diffstat (limited to 'admin/cat_list.php')
-rw-r--r--admin/cat_list.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/cat_list.php b/admin/cat_list.php
index 639a74ce6..eac3869b3 100644
--- a/admin/cat_list.php
+++ b/admin/cat_list.php
@@ -282,8 +282,8 @@ $template->assign_vars(array(
'L_SUBMIT'=>$lang['submit'],
'L_STORAGE'=>$lang['storage'],
'L_NB_IMG'=>$lang['pictures'],
- 'L_MOVE_UP'=>$lang['cat_up'],
- 'L_MOVE_DOWN'=>$lang['cat_down'],
+ 'L_MOVE_UP'=>$lang['up'],
+ 'L_MOVE_DOWN'=>$lang['down'],
'L_EDIT'=>$lang['edit'],
'L_INFO_IMG'=>$lang['cat_image_info'],
'L_DELETE'=>$lang['delete'],