Index: lams_central/web/includes/javascript/authoring/authoringGeneral.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/authoring/authoringGeneral.js,v diff -u -r1.60 -r1.61 --- lams_central/web/includes/javascript/authoring/authoringGeneral.js 21 Jan 2015 15:03:46 -0000 1.60 +++ lams_central/web/includes/javascript/authoring/authoringGeneral.js 4 May 2015 13:02:06 -0000 1.61 @@ -724,7 +724,7 @@ }); if (addActivities.length == 0 && selectedAnnotations.length == 0) { - alert('Click on activities to select them for import'); + alert(LABELS.IMPORT_PART_CHOOSE_PROMPT); return; }