aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-12-09 13:48:57 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-12-09 13:48:57 +0000
commitaba21455f0d9e570106a8b4d9c1bd6241664f1d3 (patch)
treedee8f5d864de4b6fa020319795e2bcf93a2a67be /toplevel
parentf758ce6d5de7cbfbf065587dbaf69ce28798e517 (diff)
Amélioration message localisation constructions et modules
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6453 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/vernacentries.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml
index 9df803dfd..7a6379964 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
(**********)