NIHVIVO-1871 Added repair mode to grant and educational training custom forms.

This commit is contained in:
rjy7 2011-01-25 22:41:15 +00:00
parent 56f8323de8
commit 2fb9547738
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<script language="JavaScript">
function confirmDelete() {
var msg="Are you SURE you want to delete this entity? If in doubt, CANCEL."
var msg="Are you SURE you want to delete this individual? If in doubt, CANCEL."
return confirm(msg);
}
</script>