app/soc/content/js/map-090730.js
changeset 2700 40cf7eaa032e
parent 2697 91f495e886f8
child 2800 cd9eed2b787e
--- a/app/soc/content/js/map-090730.js	Sat Aug 01 10:07:08 2009 +0200
+++ b/app/soc/content/js/map-090730.js	Sat Aug 01 12:31:05 2009 +0100
@@ -282,7 +282,7 @@
 
           marker = new GMarker(point, mentor_icon);
           html = "<strong>" + person.name + "</strong><br />";
-          html += "<span style='font-style:italic;'>Student</span><br />";
+          html += "<span style='font-style:italic;'>Mentor</span><br />";
           html += "<div style='height:100px;width:300px;overflow:auto;font-size:70%'>";
           // iterate through projects
           jQuery.each(person.projects, function () {