tweak a couple help labels
parent
09077baeac
commit
173af231f8
|
@ -166,8 +166,8 @@ default_prefs = {
|
||||||
class App(object):
|
class App(object):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.bars = {
|
self.bars = {
|
||||||
"index": "[JKNP]Navigate [RET]Open [C]ompose [R]efresh [O]ptions [?]Help [Q]uit",
|
"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/More"
|
"thread": "[C]ompose [RET]Interact [Q]Back [R]efresh [B/T]End [?]Help"
|
||||||
}
|
}
|
||||||
|
|
||||||
colors = [
|
colors = [
|
||||||
|
|
Loading…
Reference in New Issue