From 5d69c09366dba08b32ea72d2296a52e0631d8513 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 24 Mar 2023 10:09:52 -1000 Subject: [PATCH] imp: ui: help tweak --- 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 15b3334d0..5ad315771 100644 --- a/hledger-ui/Hledger/UI/UIUtils.hs +++ b/hledger-ui/Hledger/UI/UIUtils.hs @@ -163,12 +163,12 @@ helpDialog = ,renderKey ("ESC ", "cancel, or reset app state") ,str " " - ,withAttr (attrName "help" <> attrName "heading") $ str "Accounts screen" + ,withAttr (attrName "help" <> attrName "heading") $ str "Accounts screens" ,renderKey ("1234567890-+ ", "set/adjust depth limit") ,renderKey ("t ", "toggle accounts tree/list mode") ,renderKey ("H ", "toggle historical balance/change") ,str " " - ,withAttr (attrName "help" <> attrName "heading") $ str "Register screen" + ,withAttr (attrName "help" <> attrName "heading") $ str "Register screens" ,renderKey ("t ", "toggle subaccount txns\n(and accounts tree/list mode)") ,renderKey ("H ", "toggle historical/period total") ,str " "