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/mapl.php

    r7388 r8666  
    8888      'URL' => make_index_url( array( 'category' => $category ) ),
    8989      'NAME' => trigger_event('render_element_description', $category['name']),
    90       'TITLE' => l10n_dec( '%d image', '%d images', $category['counter'] ),
     90      'TITLE' => l10n_dec( '%d photo', '%d photos', $category['counter'] ),
    9191      'CLASS' => 'tagLevel'.$category['level']
    9292    )
     
    113113        'U_MAP' => rvm_make_map_index_url( array( 'tags' => array($tag) ) ),
    114114        'URL' => make_index_url( array( 'tags' => array($tag) ) ),
    115         'TITLE' => l10n_dec( '%d image', '%d images', $tag['counter'] ),
     115        'TITLE' => l10n_dec( '%d photo', '%d photos', $tag['counter'] ),
    116116      )
    117117    )
Note: See TracChangeset for help on using the changeset viewer.