Changeset 12421


Ignore:
Timestamp:
Oct 12, 2011, 10:10:57 PM (12 years ago)
Author:
rvelices
Message:

bug 2458 - fixed missing language key in batch manager

File:
1 edited

Legend:

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

    r12175 r12421  
    475475        <a href="#" class="removeFilter" title="remove this filter"><span>[x]</span></a>
    476476        <input type="checkbox" name="filter_category_use" class="useFilterCheckbox" {if isset($filter.category)}checked="checked"{/if}>
    477         {'album'|@translate}
     477        {'Album'|@translate}
    478478        <select style="width:400px" name="filter_category" size="1">
    479479          {html_options options=$filter_category_options selected=$filter_category_options_selected}
     
    506506        <option disabled="disabled">------------------</option>
    507507        <option value="filter_prefilter">{'predefined filter'|@translate}</option>
    508         <option value="filter_category">{'album'|@translate}</option>
     508        <option value="filter_category">{'Album'|@translate}</option>
    509509                                <option value="filter_tags">{'Tags'|@translate}</option>
    510510        <option value="filter_level">{'Who can see these photos?'|@translate}</option>
Note: See TracChangeset for help on using the changeset viewer.