From c5608b96c7a6188db8c0993161515b058c9f87c4 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 2 Apr 2009 21:02:07 +0000 Subject: [PATCH] trim ui help message for small windows --- UICommand.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UICommand.hs b/UICommand.hs index 202731871..427ec75e5 100644 --- a/UICommand.hs +++ b/UICommand.hs @@ -17,7 +17,7 @@ import RegisterCommand import PrintCommand -helpmsg = "Welcome to hledger vty ui. (b)alances, (r)egister, (p)rint entries, raw (l)edger, (right) to drill down, (left) to back up, or (q)uit" +helpmsg = "(b)alance, (r)egister, (p)rint, (right) to drill down, (left) to back up, (q)uit" instance Show Vty where show v = "a Vty"