aboutsummaryrefslogtreecommitdiffstats
path: root/admin/plugins_list.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-03-06 02:36:48 +0000
committerrvelices <rv-github@modusoptimus.com>2008-03-06 02:36:48 +0000
commitf0a40c1573d3e381caf37a4c99a39362f33a2c43 (patch)
tree6e8de4f1253d2a38474a4b130cecd67fd107beab /admin/plugins_list.php
parentd96b476bd8dc2c38c68294a82c786c9d2a32d288 (diff)
- aiie language ...
git-svn-id: http://piwigo.org/svn/trunk@2256 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--admin/plugins_list.php4
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.'&amp;order=name' => l10n('Name'),
$url.'&amp;order=status' => l10n('Status'),
$url.'&amp;order=author' => l10n('Author'),
- $url.'&amp;order=id' => l10n('Id'),
+ $url.'&amp;order=id' => 'Id',
)
);