src/HOL/Tools/ATP/atp_proof.ML
changeset 43465 5ca37e764139
parent 43246 01b6391a763f
child 43473 fb2713b803e6
--- a/src/HOL/Tools/ATP/atp_proof.ML	Sun Jun 19 00:03:44 2011 +0200
+++ b/src/HOL/Tools/ATP/atp_proof.ML	Sun Jun 19 18:12:49 2011 +0200
@@ -129,8 +129,8 @@
   | string_for_failure (UnsoundProof (true, ss)) =
     "The prover found a type-unsound proof " ^ involving ss ^
     "even though a supposedly type-sound encoding was used (or, less likely, \
-    \your axioms are inconsistent). You might want to report this to the \
-    \Isabelle developers."
+    \your axioms are inconsistent). Please report this to the Isabelle \
+    \developers."
   | string_for_failure CantConnect = "Cannot connect to remote server."
   | string_for_failure TimedOut = "Timed out."
   | string_for_failure Inappropriate =