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

    r6969 r6988  
    10631063        array_push(
    10641064          $page['errors'],
    1065           l10n('You cannot move a category in its own sub category')
     1065          l10n('You cannot move a album in its own sub album')
    10661066          );
    10671067        return;
     
    11731173  if (preg_match('/^\s*$/', $category_name))
    11741174  {
    1175     return array('error' => l10n('The name of a category should not be empty'));
     1175    return array('error' => l10n('The name of an album must not be empty'));
    11761176  }
    11771177
Note: See TracChangeset for help on using the changeset viewer.