From: <hee...@us...> - 2008-12-22 13:50:20
|
Revision: 1566 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=1566&view=rev Author: heeroyuy Date: 2008-12-22 13:50:14 +0000 (Mon, 22 Dec 2008) Log Message: ----------- -changed error message when ontology is inconsistent Modified Paths: -------------- trunk/src/dl-learner/org/dllearner/tools/protege/OWLClassDescriptionEditorWithDLLearnerTab.java Modified: trunk/src/dl-learner/org/dllearner/tools/protege/OWLClassDescriptionEditorWithDLLearnerTab.java =================================================================== --- trunk/src/dl-learner/org/dllearner/tools/protege/OWLClassDescriptionEditorWithDLLearnerTab.java 2008-12-22 13:30:05 UTC (rev 1565) +++ trunk/src/dl-learner/org/dllearner/tools/protege/OWLClassDescriptionEditorWithDLLearnerTab.java 2008-12-22 13:50:14 UTC (rev 1566) @@ -455,7 +455,7 @@ } else { hint.setForeground(Color.RED); run.setEnabled(false); - hint.setText("Can't reason with inconsistent ontology"); + hint.setText("The ontology is inconsistent and suggestions for class descriptions can only \nbe computed on consistent ontologies. Please repair the ontology first"); } hint.setVisible(true); advanced.setIcon(icon); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |