Ignore:
Timestamp:
Sep 16, 2010, 9:03:56 PM (14 years ago)
Author:
rvelices
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_category.inc.php

    r6664 r6951  
    484484      if (! $short_message)
    485485      {
    486         $display_text.= ' '.l10n('in this category');
     486        $display_text.= ' '.l10n('in this album');
    487487      }
    488488    }
    489489    else
    490490    {
    491       $display_text.= ' '.l10n_dec('in %d sub-category', 'in %d sub-categories', $cat_count_categories);
     491      $display_text.= ' '.l10n_dec('in %d sub-album', 'in %d sub-albums', $cat_count_categories);
    492492    }
    493493  }
Note: See TracChangeset for help on using the changeset viewer.