]> matita.cs.unibo.it Git - helm.git/commitdiff
Better label for the disambiguation errors window.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 26 Oct 2006 14:17:06 +0000 (14:17 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 26 Oct 2006 14:17:06 +0000 (14:17 +0000)
matita/matitaGui.ml

index aaacc178ebbc986555aa2680a66e264e31e892e5..998cdc339cb5690cc13b08272893c04c61a8337e 100644 (file)
@@ -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