From 10b940ba48244d267ec022bc8435030eb6a04e32 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Fri, 17 Feb 2012 19:44:01 +0000 Subject: feature 2379: missing a "s" in languages keys git-svn-id: http://piwigo.org/svn/trunk@13225 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/picture_comment.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/picture_comment.inc.php') diff --git a/include/picture_comment.inc.php b/include/picture_comment.inc.php index 0a183f618..d46e72fb9 100644 --- a/include/picture_comment.inc.php +++ b/include/picture_comment.inc.php @@ -134,7 +134,7 @@ SELECT $template->assign(array( 'COMMENTS_ORDER_URL' => add_url_params( duplicate_picture_url(), array('comments_order'=> ($comments_order == 'ASC' ? 'DESC' : 'ASC') ) ), - 'COMMENTS_ORDER_TITLE' => $comments_order == 'ASC' ? l10n('Show latest comment first') : l10n('Show oldest comments first'), + 'COMMENTS_ORDER_TITLE' => $comments_order == 'ASC' ? l10n('Show latest comments first') : l10n('Show oldest comments first'), )); $query = ' -- cgit v1.2.3