Ignore:
Timestamp:
Sep 21, 2010, 10:19:41 PM (14 years ago)
Author:
rvelices
Message:

feature 1616: rename "category" into "album" (3rd commit; still to come)

File:
1 edited

Legend:

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

    r6969 r6988  
    273273<div id="formErrors" class="errors" style="display:none">
    274274  <ul>
    275     <li id="emptyCategoryName">{'The name of a category should not be empty'|@translate}</li>
     275    <li id="emptyCategoryName">{'The name of an album must not be empty'|@translate}</li>
    276276    <li id="noPhoto">{'Select at least one picture'|@translate}</li>
    277277  </ul>
     
    307307          </tr>
    308308          <tr>
    309             <td>{'Category name'|@translate}</td>
     309            <td>{'Album name'|@translate}</td>
    310310            <td>
    311311              <input type="text" name="category_name" value="{$F_CATEGORY_NAME}" style="width:400px">
Note: See TracChangeset for help on using the changeset viewer.