diff options
author | mistic100 <mistic@piwigo.org> | 2012-02-10 22:23:42 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-02-10 22:23:42 +0000 |
commit | 8afb39b1eb1e0269acf70cc921da6c4fc9a42c3c (patch) | |
tree | 30364df288a1120dd10f248d19a6021ad0a80783 /include/picture_comment.inc.php | |
parent | 3c76f29e4fc1bb2d5e5f1d0cb1eeefebf13d6635 (diff) |
feature 2379: change captions for comment ordering
git-svn-id: http://piwigo.org/svn/trunk@13088 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/picture_comment.inc.php')
-rw-r--r-- | include/picture_comment.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/picture_comment.inc.php b/include/picture_comment.inc.php index 7432aa8d5..89713f0c4 100644 --- a/include/picture_comment.inc.php +++ b/include/picture_comment.inc.php @@ -134,7 +134,7 @@ SELECT $template->assign(array( 'COMMENTS_ORDER_URL' => duplicate_picture_url().'&comments_order='.($comments_order == 'ASC' ? 'DESC' : 'ASC'), - 'COMMENTS_ORDER_TITLE' => $comments_order == 'ASC' ? l10n('ascending') : l10n('descending'), + 'COMMENTS_ORDER_TITLE' => $comments_order == 'ASC' ? l10n('old → new') : l10n('new → old'), )); $query = ' |