Skip to content

Commit

Permalink
feature 2379: change captions for comment ordering
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@13088 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
mistic100 committed Feb 10, 2012
1 parent 3c76f29 commit 8afb39b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/picture_comment.inc.php
Expand Up @@ -134,7 +134,7 @@

$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 = '
Expand Down
2 changes: 2 additions & 0 deletions language/en_UK/common.lang.php
Expand Up @@ -229,6 +229,8 @@
$lang['month'][9] = "September";
$lang['Most visited'] = "Most visited";
$lang['N/A'] = "N/A";
$lang['old → new'] = 'old → new';
$lang['new → old'] = 'new → old';
$lang['New on %s'] = "New on %s";
$lang['New password'] = "New password";
$lang['Next'] = "Next";
Expand Down

0 comments on commit 8afb39b

Please sign in to comment.