Changeset 13088 for trunk


Ignore:
Timestamp:
Feb 10, 2012, 11:23:42 PM (12 years ago)
Author:
mistic100
Message:

feature 2379: change captions for comment ordering

Location:
trunk
Files:
2 edited

Legend:

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

    r13021 r13088  
    135135    $template->assign(array(
    136136      'COMMENTS_ORDER_URL' => duplicate_picture_url().'&comments_order='.($comments_order == 'ASC' ? 'DESC' : 'ASC'),
    137       'COMMENTS_ORDER_TITLE' => $comments_order == 'ASC' ? l10n('ascending') : l10n('descending'),
     137      'COMMENTS_ORDER_TITLE' => $comments_order == 'ASC' ? l10n('old → new') : l10n('new → old'),
    138138      ));
    139139       
  • trunk/language/en_UK/common.lang.php

    r13068 r13088  
    230230$lang['Most visited'] = "Most visited";
    231231$lang['N/A'] = "N/A";
     232$lang['old → new'] = 'old → new';
     233$lang['new → old'] = 'new → old';
    232234$lang['New on %s'] = "New on %s";
    233235$lang['New password'] = "New password";
Note: See TracChangeset for help on using the changeset viewer.