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.51.2.9 -r1.51.2.10 --- lams_central/web/includes/javascript/authoring/authoringGeneral.js 21 Jan 2015 15:04:54 -0000 1.51.2.9 +++ lams_central/web/includes/javascript/authoring/authoringGeneral.js 4 May 2015 13:03:54 -0000 1.51.2.10 @@ -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; }