Index: lams_monitoring/web/includes/javascript/monitorLesson.js =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/includes/javascript/monitorLesson.js,v diff -u -r1.37 -r1.38 --- lams_monitoring/web/includes/javascript/monitorLesson.js 19 Feb 2014 17:05:19 -0000 1.37 +++ lams_monitoring/web/includes/javascript/monitorLesson.js 20 Mar 2014 07:37:48 -0000 1.38 @@ -179,7 +179,7 @@ }); // check if monitoring user really wants to remove progress - if (removedLearners.length > 0 && !confirm(LEARNER_GROUP_REMOVE_PROGRESS)){ + if (removedLearners.length > 0 && !confirm(LABELS.LEARNER_GROUP_REMOVE_PROGRESS)){ removedLearners = []; }