From 8a14faf0e1629e27b8c3f32b53c3d96994cabecb Mon Sep 17 00:00:00 2001 From: rvelices Date: Sun, 16 Jan 2011 20:43:56 +0000 Subject: feature 2102 : rename item/image/picture to photo (public side) git-svn-id: http://piwigo.org/svn/trunk@8711 68402e56-0260-453c-a942-63ccdbb3a9ee --- comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comments.php') diff --git a/comments.php b/comments.php index 25a0084bc..46fd911b9 100644 --- a/comments.php +++ b/comments.php @@ -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 -- cgit v1.2.3