summaryrefslogtreecommitdiff
path: root/dselect/helpmsgs.cc
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2007-01-23 00:42:59 +0000
committerGuillem Jover <guillem@debian.org>2007-01-23 00:42:59 +0000
commitc6ddc23c2ccb081049b535eb738b70b4adb4e5a5 (patch)
tree4245adc31bc98a59f7ee05fe1752f2362daf4b07 /dselect/helpmsgs.cc
parent9469f8b432940d81ab9b8329ae53049246855c2e (diff)
downloaddpkg-c6ddc23c2ccb081049b535eb738b70b4adb4e5a5.tar.gz
Fix up and down keystrokes in the dselect help message. Closes: #383438
Thanks to Sven Joachim.
Diffstat (limited to 'dselect/helpmsgs.cc')
-rw-r--r--dselect/helpmsgs.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dselect/helpmsgs.cc b/dselect/helpmsgs.cc
index 03d0fc554..9401467ab 100644
--- a/dselect/helpmsgs.cc
+++ b/dselect/helpmsgs.cc
@@ -24,7 +24,7 @@
const struct helpmessage hlp_listkeys = {
N_("Keystrokes"), N_("\
Motion keys: Next/Previous, Top/End, Up/Down, Backwards/Forwards:\n\
- Down-arrow, j Up-arrow, k move highlight\n\
+ j, Down-arrow k, Up-arrow move highlight\n\
N, Page-down, Space P, Page-up, Backspace scroll list by 1 page\n\
^n ^p scroll list by 1 line\n\
t, Home e, End jump to top/end of list\n\
@@ -190,7 +190,7 @@ menu reachable by pressing `?'.\n")
const struct helpmessage hlp_methkeys = {
N_("Keystrokes for method selection"), N_("\
Motion keys: Next/Previous, Top/End, Up/Down, Backwards/Forwards:\n\
- n, Down-arrow p, Up-arrow move highlight\n\
+ j, Down-arrow k, Up-arrow move highlight\n\
N, Page-down, Space P, Page-up, Backspace scroll list by 1 page\n\
^n ^p scroll list by 1 line\n\
t, Home e, End jump to top/end of list\n\