src/Pure/Thy/thy_info.scala
changeset 54722 5f5608bfe230
parent 54549 2a3053472ec3
child 55488 60c159d490a2
--- a/src/Pure/Thy/thy_info.scala	Wed Dec 11 17:30:51 2013 +0100
+++ b/src/Pure/Thy/thy_info.scala	Thu Dec 12 13:23:23 2013 +0100
@@ -89,8 +89,7 @@
     else if (thy_load.loaded_theories(name.theory)) required + name
     else {
       def message: String =
-        "The error(s) above occurred while examining theory " +
-          quote(name.theory) + required_by(initiators)
+        "The error(s) above occurred for theory " + quote(name.theory) + required_by(initiators)
 
       try {
         if (initiators.contains(name)) error(cycle_msg(initiators))