diff options
author | mistic100 <mistic@piwigo.org> | 2011-12-22 16:48:25 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-12-22 16:48:25 +0000 |
commit | 52f56204bf1c552b15ab08d7e929aaae98159bdf (patch) | |
tree | 3365e8476f390599be91f9c36c1fe691f610a684 /admin/element_set_ranks.php | |
parent | af3ee23f0b77d8f0a1795ba5373531a055ffbdf4 (diff) |
bug:1711 sort photos by name
git-svn-id: http://piwigo.org/svn/trunk@12782 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/element_set_ranks.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/element_set_ranks.php b/admin/element_set_ranks.php index f37ff4a34..972a13a19 100644 --- a/admin/element_set_ranks.php +++ b/admin/element_set_ranks.php @@ -276,6 +276,7 @@ $sort_fields = array( 'rating_score' => l10n('Rating score'), 'hit' => l10n('Most visited'), 'file' => l10n('File name'), + 'name' => l10n('Photo name'), 'id' => 'Id', 'rank' => l10n('Rank'), ); |