mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 02:33:02 +02:00
rename #images.average_rate to rating_score
git-svn-id: http://piwigo.org/svn/trunk@11893 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -98,7 +98,7 @@ $display_info_checkboxes = array(
|
||||
'tags',
|
||||
'categories',
|
||||
'visits',
|
||||
'average_rate',
|
||||
'rating_score',
|
||||
'privacy_level',
|
||||
);
|
||||
|
||||
@@ -109,7 +109,7 @@ $sort_fields = array(
|
||||
'file' => l10n('File name'),
|
||||
'date_creation' => l10n('Creation date'),
|
||||
'date_available' => l10n('Post date'),
|
||||
'average_rate' => l10n('Rating score'),
|
||||
'rating_score' => l10n('Rating score'),
|
||||
'hit' => l10n('Most visited'),
|
||||
'id' => 'Id',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user