aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2006-06-02 19:29:30 +0000
committerplegall <plg@piwigo.org>2006-06-02 19:29:30 +0000
commit4a9aa0d370dbb9dcc01306f1b09bc2fa16852742 (patch)
treebad495a001aeedea7d053cf666eb78052a03c40f /admin
parentb3e331dc28cf36536a438d38af61f10484992a5f (diff)
bug 374 fixed: language items missing
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1333 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/rating.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/rating.php b/admin/rating.php
index e228726f3..21850d5df 100644
--- a/admin/rating.php
+++ b/admin/rating.php
@@ -164,7 +164,7 @@ for ($i=0; $i<count($available_order_by); $i++)
$user_options = array(
array(
'value' => 'all',
- 'content' => l10n('All'),
+ 'content' => l10n('all'),
),
array(
'value' => 'user',