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

    r6969 r6988  
    112112  }
    113113
    114   array_push($page['infos'], l10n('Category informations updated successfully.'));
     114  array_push($page['infos'], l10n('Album updated successfully'));
    115115}
    116116elseif (isset($_POST['set_random_representant']))
     
    155155      $page['infos'],
    156156      sprintf(
    157         l10n('Category elements associated to the following categories: %s'),
     157        l10n('Album elements associated to the following albums: %s'),
    158158        '<ul><li>'
    159159        .get_cat_display_name_from_id($output_create['id'])
     
    184184    $page['infos'],
    185185    sprintf(
    186       l10n('Category elements associated to the following categories: %s'),
     186      l10n('Album elements associated to the following albums: %s'),
    187187      '<ul><li>'.implode('</li><li>', $category_names).'</li></ul>'
    188188      )
     
    274274}
    275275
    276 // manage category elements link
     276// manage album elements link
    277277if ($category['has_images'])
    278278{
Note: See TracChangeset for help on using the changeset viewer.