diff options
Diffstat (limited to 'comments.php')
-rw-r--r-- | comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |