Changeset 13225


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

feature 2379: missing a "s" in languages keys

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/configuration.php

    r13224 r13225  
    127127$comments_order = array(
    128128  'ASC' => l10n('Show oldest comments first'),
    129   'DESC' => l10n('Show latest comment first'),
     129  'DESC' => l10n('Show latest comments first'),
    130130  );
    131131
  • trunk/include/picture_comment.inc.php

    r13224 r13225  
    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('Show latest comment first') : l10n('Show oldest comments first'),
     137      'COMMENTS_ORDER_TITLE' => $comments_order == 'ASC' ? l10n('Show latest comments first') : l10n('Show oldest comments first'),
    138138      ));
    139139       
  • trunk/language/en_UK/common.lang.php

    r13224 r13225  
    314314$lang['Show number of hits'] = "Show number of hits";
    315315$lang['Show oldest comments first'] = 'Show oldest comments first';
    316 $lang['Show latest comment first'] = 'Show latest comment first';
     316$lang['Show latest comments first'] = 'Show latest comments first';
    317317$lang['show tag cloud'] = "show tags cloud";
    318318$lang['Since'] = "Since";
  • trunk/local

    • Property svn:ignore
      •  

        old new  
         1GThumb
         2combined
         3config
         4css
         5i
         6language
        17personal
         8themes
Note: See TracChangeset for help on using the changeset viewer.