Ignore:
Timestamp:
Jan 14, 2011, 10:20:00 PM (13 years ago)
Author:
rvelices
Message:

rv_gmaps feature 2102 : rename item/image/picture to photo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/admin/admin_edit.php

    r8367 r8666  
    99include (PHPWG_ROOT_PATH.'admin/element_set.php');
    1010
    11 $template->concat('TABSHEET_TITLE', ' '.l10n_dec('%d image', '%d images', count($page['cat_elements_id'])).' - '.$page['title']);
     11$template->concat('TABSHEET_TITLE', ' '.l10n_dec('%d photo', '%d photos', count($page['cat_elements_id'])).' - '.$page['title']);
    1212
    1313if ( isset($_POST['submit']) )
Note: See TracChangeset for help on using the changeset viewer.