From 58695f9c29ce655d1a830ddfa3fe0dfc88296bf1 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 18 Jul 2020 12:30:37 -0700 Subject: [PATCH] ui: help tweaks --- hledger-ui/Hledger/UI/UIUtils.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hledger-ui/Hledger/UI/UIUtils.hs b/hledger-ui/Hledger/UI/UIUtils.hs index 4bdc988fc..15b6ad7d1 100644 --- a/hledger-ui/Hledger/UI/UIUtils.hs +++ b/hledger-ui/Hledger/UI/UIUtils.hs @@ -101,7 +101,7 @@ helpDialog _copts = ,str " move selection up/down" ,renderKey ("RIGHT/l/C-f", "show txns, or txn detail") ,renderKey ("LEFT/h/C-b ", "go back") - ,renderKey ("ESC ", "cancel or reset to initial state") + ,renderKey ("ESC ", "cancel, or reset app state") ,str " " ,withAttr ("help" <> "heading") $ str "Accounts screen" @@ -126,10 +126,10 @@ helpDialog _copts = ,renderKey ("F ", "show future & periodic txns") ,renderKey ("R ", "show real/all postings") ,renderKey ("Z ", "show nonzero/all amounts") - ,renderKey ("DEL ", "remove filters") ,renderKey ("S-DOWN /S-UP ", "shrink/grow period") ,renderKey ("S-RIGHT/S-LEFT", "next/previous period") ,renderKey ("T ", "set period to today") + ,renderKey ("DEL ", "reset filters") ,str " " ,withAttr ("help" <> "heading") $ str "Other" ,renderKey ("a ", "add transaction (hledger add)")