Ignore:
Timestamp:
May 19, 2010, 11:26:40 PM (14 years ago)
Author:
rvelices
Message:

rv_gmaps compatibility with 2.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/template/data_handler.js

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