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/photos_add_direct.tpl

    r6988 r6993  
    281281<form id="uploadForm" enctype="multipart/form-data" method="post" action="{$form_action}" class="properties">
    282282    <fieldset>
    283       <legend>{'Drop into category'|@translate}</legend>
     283      <legend>{'Drop into album'|@translate}</legend>
    284284      {if $upload_mode eq 'multiple'}
    285285      <input name="upload_id" value="{$upload_id}" type="hidden">
    286286      {/if}
    287287
    288       <label><input type="radio" name="category_type" value="existing"> {'existing category'|@translate}</label>
    289       <label><input type="radio" name="category_type" value="new" checked="checked"> {'create a new category'|@translate}</label>
     288      <label><input type="radio" name="category_type" value="existing"> {'existing album'|@translate}</label>
     289      <label><input type="radio" name="category_type" value="new" checked="checked"> {'create a new album'|@translate}</label>
    290290
    291291      <div id="category_type_existing" style="display:none" class="category_selection">
Note: See TracChangeset for help on using the changeset viewer.