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/template/data_handler.js

    r8039 r8666  
    7474                        var theTitle = "";
    7575                        if (cluster.nb_items>1)
    76                                 theTitle = Localization.fmt1("%d images", cluster.nb_items);
     76                                theTitle = Localization.fmt1("%d photos", cluster.nb_items);
    7777                        else
    7878                                theTitle = cluster.items[0].name;
     
    153153        }
    154154
    155         document.getElementById("dataLoadStatus").innerHTML = Localization.fmt1("%d images", data.nb_items);
     155        document.getElementById("dataLoadStatus").innerHTML = Localization.fmt1("%d photos", data.nb_items);
    156156},
    157157
Note: See TracChangeset for help on using the changeset viewer.