Changeset 13224 for trunk/include


Ignore:
Timestamp:
Feb 17, 2012, 8:30:52 PM (12 years ago)
Author:
mistic100
Message:

feature 2379: option to change comments order: change caption again, fix a bug in config page (induced by r13087)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/picture_comment.inc.php

    r13156 r13224  
    135135    $template->assign(array(
    136136      'COMMENTS_ORDER_URL' => add_url_params( duplicate_picture_url(), array('comments_order'=> ($comments_order == 'ASC' ? 'DESC' : 'ASC') ) ),
    137       'COMMENTS_ORDER_TITLE' => $comments_order == 'ASC' ? l10n('old → new') : l10n('new → old'),
     137      'COMMENTS_ORDER_TITLE' => $comments_order == 'ASC' ? l10n('Show latest comment first') : l10n('Show oldest comments first'),
    138138      ));
    139139       
Note: See TracChangeset for help on using the changeset viewer.