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/include/functions_permalinks.php

    r6664 r6993  
    8888      $page['errors'][] =
    8989        sprintf(
    90           l10n('Permalink %s has been previously used by category %s. Delete from the permalink history first'),
     90          l10n('Permalink %s has been previously used by album %s. Delete from the permalink history first'),
    9191          $permalink, $old_cat_id
    9292        );
     
    157157      $page['errors'][] =
    158158        sprintf(
    159           l10n('Permalink %s is already used by category %s'),
     159          l10n('Permalink %s is already used by album %s'),
    160160          $permalink, $existing_cat_id
    161161        );
     
    170170    $page['errors'][] =
    171171      sprintf(
    172         l10n('Permalink %s has been previously used by category %s. Delete from the permalink history first'),
     172        l10n('Permalink %s has been previously used by album %s. Delete from the permalink history first'),
    173173        $permalink, $old_cat_id
    174174      );
Note: See TracChangeset for help on using the changeset viewer.