diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-03-06 02:36:48 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-03-06 02:36:48 +0000 |
commit | f0a40c1573d3e381caf37a4c99a39362f33a2c43 (patch) | |
tree | 6e8de4f1253d2a38474a4b130cecd67fd107beab /admin/plugins_list.php | |
parent | d96b476bd8dc2c38c68294a82c786c9d2a32d288 (diff) |
- aiie language ...
git-svn-id: http://piwigo.org/svn/trunk@2256 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/plugins_list.php')
-rw-r--r-- | admin/plugins_list.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/plugins_list.php b/admin/plugins_list.php index 3c6dfd512..5c333968f 100644 --- a/admin/plugins_list.php +++ b/admin/plugins_list.php @@ -1,7 +1,7 @@ <?php // +-----------------------------------------------------------------------+ // | PhpWebGallery - a PHP based picture gallery | -// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | +// | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ // | file : $Id$ // | last update : $Date$ @@ -158,7 +158,7 @@ $template->assign('order', $url.'&order=name' => l10n('Name'), $url.'&order=status' => l10n('Status'), $url.'&order=author' => l10n('Author'), - $url.'&order=id' => l10n('Id'), + $url.'&order=id' => 'Id', ) ); |