summaryrefslogtreecommitdiff
path: root/src/ui_act.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui_act.c')
-rw-r--r--src/ui_act.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui_act.c b/src/ui_act.c
index 5f0861d..9e227c1 100644
--- a/src/ui_act.c
+++ b/src/ui_act.c
@@ -74,7 +74,7 @@ void BarUiActHelp (BAR_KS_ARGS) {
BarUiMsg (MSG_NONE, "\r");
while (curShortcut != NULL) {
if (curShortcut->description != NULL) {
- BarUiMsg (MSG_NONE, "%c\t%s\n", curShortcut->key,
+ BarUiMsg (MSG_LIST, "%c %s\n", curShortcut->key,
curShortcut->description);
}
curShortcut = curShortcut->next;