Index: lams_tool_gmap/web/includes/javascript/mapFunctionsLearning.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_gmap/web/includes/javascript/mapFunctionsLearning.js,v diff -u -r1.3 -r1.4 --- lams_tool_gmap/web/includes/javascript/mapFunctionsLearning.js 26 Jun 2008 00:21:07 -0000 1.3 +++ lams_tool_gmap/web/includes/javascript/mapFunctionsLearning.js 1 Jul 2008 01:21:27 -0000 1.4 @@ -5,7 +5,7 @@ { if (userMarkerCount == markerLimit) { - alert("You have reached the marker limit, you cannot add any more"); + alert(markerLimitMsg); return; } }