diff options
Diffstat (limited to 'toplevel/vernacentries.ml')
| -rw-r--r-- | toplevel/vernacentries.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml index 9df803dfd7..7a63799643 100644 --- a/toplevel/vernacentries.ml +++ b/toplevel/vernacentries.ml @@ -228,9 +228,9 @@ let print_located_module r = str "Module " ++ pr_dirpath dir with Not_found -> (if fst (repr_qualid qid) = empty_dirpath then - str "No module of basename " + str "No module is referred to by basename " else - str "No module of suffix ") ++ pr_qualid qid + str "No module is referred to by name ") ++ pr_qualid qid in msgnl msg (**********) |
