Ignore:
Timestamp:
Sep 19, 2010, 9:50:02 PM (14 years ago)
Author:
rvelices
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_options.php

    r6365 r6969  
    254254    $template->assign(
    255255      array(
    256         'L_SECTION' => l10n('Lock categories'),
     256        'L_SECTION' => l10n('Lock albums'),
    257257        'L_CAT_OPTIONS_TRUE' => l10n('Unlocked'),
    258258        'L_CAT_OPTIONS_FALSE' => l10n('Locked'),
     
    276276      array(
    277277        'L_SECTION' => l10n('Manage authorizations for selected categories'),
    278         'L_CAT_OPTIONS_TRUE' => l10n('Public category'),
    279         'L_CAT_OPTIONS_FALSE' => l10n('Private category'),
     278        'L_CAT_OPTIONS_TRUE' => l10n('Public'),
     279        'L_CAT_OPTIONS_FALSE' => l10n('Private'),
    280280        )
    281281      );
Note: See TracChangeset for help on using the changeset viewer.