Ignore:
Timestamp:
Aug 9, 2012, 10:12:12 PM (12 years ago)
Author:
rvelices
Message:

removed some unused language keys and fix lower/uppercase discrepancies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/batch_manager_global.tpl

    r17289 r17509  
    113113var width_str = '{'Width'|@translate}';
    114114var height_str = '{'Height'|@translate}';
    115 var max_width_str = '{'Maximum Width'|@translate}';
    116 var max_height_str = '{'Maximum Height'|@translate}';
     115var max_width_str = '{'Maximum width'|@translate}';
     116var max_height_str = '{'Maximum height'|@translate}';
    117117{literal}
    118118function str_repeat(i, m) {
Note: See TracChangeset for help on using the changeset viewer.