Ignore:
Timestamp:
Sep 21, 2010, 11:14:54 PM (14 years ago)
Author:
rvelices
Message:

feature 1616: rename "category" into "album" (4th commit; almost there)

File:
1 edited

Legend:

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

    r6988 r6993  
    2929</script>
    3030
    31 <h2>{'Categories management'|@translate}</h2>
     31<h2>{'Album list management'|@translate}</h2>
    3232
    3333<h3>{$CATEGORIES_NAV}</h3>
     
    7171        <li><a href="{$category.U_JUMPTO}" title="{'jump to album'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_jump-to.png" class="button" alt="{'jump to album'|@translate}"></a></li>
    7272        {/if}
    73         <li><a href="{$category.U_EDIT}" title="{'edit category informations'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_edit.png" class="button" alt="{'edit'|@translate}"></a></li>
     73        <li><a href="{$category.U_EDIT}" title="{'edit album'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_edit.png" class="button" alt="{'edit'|@translate}"></a></li>
    7474        {if isset($category.U_MANAGE_ELEMENTS) }
    7575        <li><a href="{$category.U_MANAGE_ELEMENTS}" title="{'manage album elements'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_elements.png" class="button" alt="{'elements'|@translate}"></a></li>
Note: See TracChangeset for help on using the changeset viewer.