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

    r6629 r6993  
    113113        $page['infos'],
    114114        sprintf(
    115           l10n('Category "%s" has been added'),
     115          l10n('Album "%s" has been added'),
    116116          '<em>'.$category_name.'</em>'
    117117          )
     
    347347        $page['infos'],
    348348        sprintf(
    349           l10n('Category "%s" now contains %d photos'),
     349          l10n('Album "%s" now contains %d photos'),
    350350          '<em>'.$category_name.'</em>',
    351351          $count
     
    458458}
    459459
    460 // existing category
     460// existing album
    461461$query = '
    462462SELECT id,name,uppercats,global_rank
Note: See TracChangeset for help on using the changeset viewer.