From 1142d18a08cb8b9b96aefbd52fdadb05cb1982c7 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 13 Aug 2004 20:46:54 +0000 Subject: -s --- src/GF/UseGrammar/Session.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GF/UseGrammar') diff --git a/src/GF/UseGrammar/Session.hs b/src/GF/UseGrammar/Session.hs index 7d43ea33c..8bc91e145 100644 --- a/src/GF/UseGrammar/Session.hs +++ b/src/GF/UseGrammar/Session.hs @@ -17,7 +17,7 @@ type SState = [(State,([Exp],[Clip]),SInfo)] -- exps: candidate refinements,clip type SInfo = ([String],(Int,Options)) -- string is message, int is the view initSState :: SState -initSState = [(initState, ([],[]), (["Select category to start"],(0,noOptions)))] +initSState = [(initState, ([],[]), (["Select 'New' category to start"],(0,noOptions)))] -- instead of empty type Clip = Tree ---- (Exp,Type) -- cgit v1.2.3