author | wenzelm |
Sat, 13 Nov 2010 20:49:02 +0100 | |
changeset 40530 | f814863f3918 |
parent 40529 | d5fb1f1a5857 |
child 40531 | 8ede48c93c72 |
--- a/src/Pure/Thy/thy_header.ML Sat Nov 13 20:20:05 2010 +0100 +++ b/src/Pure/Thy/thy_header.ML Sat Nov 13 20:49:02 2010 +0100 @@ -79,7 +79,7 @@ fun consistent_name name name' = if name = name' then () - else error ("Filename " ^ quote (Path.implode (thy_path name)) ^ - " does not agree with theory name " ^ quote name'); + else error ("Bad file name " ^ quote (Path.implode (thy_path name)) ^ + " for theory " ^ quote name'); end;