From: Claudio Sacerdoti Coen Date: Thu, 26 Oct 2006 14:17:06 +0000 (+0000) Subject: Better label for the disambiguation errors window. X-Git-Tag: 0.4.95@7852~841 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=7bb46e0a73fb89e34880b8c86ef89bfa6aa0bf35;p=helm.git Better label for the disambiguation errors window. --- diff --git a/matita/matitaGui.ml b/matita/matitaGui.ml index aaacc178e..998cdc339 100644 --- a/matita/matitaGui.ml +++ b/matita/matitaGui.ml @@ -310,7 +310,7 @@ let rec interactive_error_interp ?(all_passes=false) source_buffer notify_exn let model = new interpErrorModel dialog#treeview choices in dialog#disambiguationErrors#set_title "Disambiguation error"; dialog#disambiguationErrorsLabel#set_label - "Click on an interpretation to see the corresponding error message:"; + "Click on an error to see the corresponding message:"; ignore (dialog#treeview#connect#cursor_changed (fun _ -> let tree_path = match fst (dialog#treeview#get_cursor ()) with