Ignore:
Timestamp:
Jan 16, 2011, 9:43:56 PM (13 years ago)
Author:
rvelices
Message:

feature 2102 : rename item/image/picture to photo (public side)

File:
1 edited

Legend:

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

    r6363 r8711  
    124124  if (get_filter_page_value('add_notes'))
    125125  {
    126     $header_notes[] = l10n_dec('Elements posted within the last %d day.', 'Elements posted within the last %d days.', $filter['recent_period']);
     126    $header_notes[] = l10n_dec('Photos posted within the last %d day.', 'Photos posted within the last %d days.', $filter['recent_period']);
    127127  }
    128128  include_once(PHPWG_ROOT_PATH.'include/functions_filter.inc.php');
Note: See TracChangeset for help on using the changeset viewer.