diff options
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', ) ); |