mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
feature 2102 : rename item/image/picture to photo (public side)
git-svn-id: http://piwigo.org/svn/trunk@8711 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ $sort_order = array(
|
||||
// sort_by : database fields proposed for sorting comments list
|
||||
$sort_by = array(
|
||||
'date' => l10n('comment date'),
|
||||
'image_id' => l10n('picture')
|
||||
'image_id' => l10n('photo')
|
||||
);
|
||||
|
||||
// items_number : list of number of items to display per page
|
||||
|
||||
Reference in New Issue
Block a user