Index: lams_central/conf/language/lams/ApplicationResources.properties
===================================================================
diff -u -rf7f38c0fd8e86323bca2df607731f1ec913e8869 -r6af90c8a49a8d9f8ba84c6219e0c3c7c092889b5
--- lams_central/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision f7f38c0fd8e86323bca2df607731f1ec913e8869)
+++ lams_central/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 6af90c8a49a8d9f8ba84c6219e0c3c7c092889b5)
@@ -570,6 +570,7 @@
authoring.fla.range.condition.add.start.error =The start value can not be within the range of an existing condition
authoring.fla.range.condition.add.end.error =The end value can not be within the range of an existing condition
authoring.fla.group.title.validation.erorr =Group name must not be blank and must not contain any of these characters < > ^ * @ % $
+authoring.fla.info.dialog.title =Click to dismiss
authoring.fla.page.title =Authoring
authoring.fla.page.menu.new =New
authoring.fla.page.menu.open =Open
Index: lams_central/web/authoring/authoring.jsp
===================================================================
diff -u -rf7f38c0fd8e86323bca2df607731f1ec913e8869 -r6af90c8a49a8d9f8ba84c6219e0c3c7c092889b5
--- lams_central/web/authoring/authoring.jsp (.../authoring.jsp) (revision f7f38c0fd8e86323bca2df607731f1ec913e8869)
+++ lams_central/web/authoring/authoring.jsp (.../authoring.jsp) (revision 6af90c8a49a8d9f8ba84c6219e0c3c7c092889b5)
@@ -88,6 +88,8 @@
SEQUENCE : '',
WEIGHTS_TITLE : '',
+
+ INFO_DIALOG_TITLE : '',
SEQUENCE_NOT_VALID : decoderDiv.html('').text(),
Index: lams_central/web/includes/javascript/authoring/authoringGeneral.js
===================================================================
diff -u -r1a329783c6ff3378add4b1279182e37698058230 -r6af90c8a49a8d9f8ba84c6219e0c3c7c092889b5
--- lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision 1a329783c6ff3378add4b1279182e37698058230)
+++ lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision 6af90c8a49a8d9f8ba84c6219e0c3c7c092889b5)
@@ -479,7 +479,7 @@
return;
}
if (!ldNode.data.canModify) {
- alert("You can not modify this");
+ alert(LABELS.RESOURCE_MODIFY_ERROR);
return;
}
var isFolder = !ldNode.data.learningDesignId,
@@ -981,7 +981,7 @@
'resizable' : false,
'draggable' : false,
'width' : 290,
- 'title' : 'Click to dismiss',
+ 'title' : LABELS.INFO_DIALOG_TITLE,
'close' : null,
'data' : {
'position' : {