From 173af231f86dbf0cf2d35ccff57406821e9e2f1f Mon Sep 17 00:00:00 2001 From: Blake DeMarcy Date: Wed, 12 Apr 2017 09:14:21 -0500 Subject: [PATCH] tweak a couple help labels --- clients/urwid/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/urwid/main.py b/clients/urwid/main.py index 3cf98dd..13771da 100644 --- a/clients/urwid/main.py +++ b/clients/urwid/main.py @@ -166,8 +166,8 @@ default_prefs = { class App(object): def __init__(self): self.bars = { - "index": "[JKNP]Navigate [RET]Open [C]ompose [R]efresh [O]ptions [?]Help [Q]uit", - "thread": "[C]ompose [RET]Interact [Q]Back [R]efresh [B/T]End [?]Help/More" + "index": "[RET]Open [C]ompose [R]efresh [O]ptions [?]Help [Q]uit", + "thread": "[C]ompose [RET]Interact [Q]Back [R]efresh [B/T]End [?]Help" } colors = [