"Commands" title -> "Command Reference"

This commit is contained in:
Aldo Cortesi 2017-12-20 10:49:29 +13:00
parent 6efff27be4
commit 1e85345c00

View File

@ -124,7 +124,7 @@ class CommandHelp(urwid.Frame):
class Commands(urwid.Pile, layoutwidget.LayoutWidget):
title = "Commands"
title = "Command Reference"
keyctx = "commands"
def __init__(self, master):