From 135cf714ef5677dea39f251309c21b08faf054b2 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 13 Sep 2015 14:34:28 -0700 Subject: [PATCH] ui: streamline help --- hledger-ui/Hledger/UI/AccountsScreen.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-ui/Hledger/UI/AccountsScreen.hs b/hledger-ui/Hledger/UI/AccountsScreen.hs index 381135002..2b0482c51 100644 --- a/hledger-ui/Hledger/UI/AccountsScreen.hs +++ b/hledger-ui/Hledger/UI/AccountsScreen.hs @@ -120,7 +120,7 @@ drawAccountsScreen _st@AppState{aopts=uopts, ajournal=j, aScreen=AccountsScreen{ bottomlabel = borderKeysStr [ -- ("up/down/pgup/pgdown/home/end", "move") - ("-, +/=, 1234567890", "adjust depth limit") + ("-+=1234567890", "adjust/clear depth limit") ,("right/enter", "show transactions") ,("g", "reload") ,("q", "quit")