NIHVIVO-75 Change "Datatype property" to "Data property" on editing forms

This commit is contained in:
rjy7 2010-02-01 21:59:52 +00:00
parent 06b7511e3d
commit 03cfa3f584
4 changed files with 8 additions and 8 deletions

View file

@ -96,5 +96,5 @@
<jsp:include page="${postForm}"/>
<% }
} else {
throw new Error("In datapropStmtDelete.jsp, no match via hashcode to existing datatype property "+predicateUri+" for subject "+subject.getName()+"\n");
throw new Error("In datapropStmtDelete.jsp, no match via hashcode to existing data property "+predicateUri+" for subject "+subject.getName()+"\n");
}%>