src/Pure/Admin/check_sources.scala
changeset 64368 364d74ea985f
parent 64324 416f4d031afd
child 64610 1b89608974e9
--- a/src/Pure/Admin/check_sources.scala	Mon Oct 24 11:42:39 2016 +0200
+++ b/src/Pure/Admin/check_sources.scala	Mon Oct 24 11:48:32 2016 +0200
@@ -41,7 +41,7 @@
       Output.warning("CR character" + Position.here(file_pos))
 
     if (Word.bidi_detect(content))
-      Output.warning("Bidirectional Unicode text " + Position.here(file_pos))
+      Output.warning("Bidirectional Unicode text" + Position.here(file_pos))
   }
 
   def check_hg(root: Path)