]> err.no Git - dpkg/commitdiff
Fix up and down keystrokes in the dselect help message. Closes: #383438
authorGuillem Jover <guillem@debian.org>
Tue, 23 Jan 2007 00:42:59 +0000 (00:42 +0000)
committerGuillem Jover <guillem@debian.org>
Tue, 23 Jan 2007 00:42:59 +0000 (00:42 +0000)
Thanks to Sven Joachim.

ChangeLog
debian/changelog
dselect/helpmsgs.cc

index 4835f2fd92d72cde50dc0e9a42ffe8aac372c958..995466e578dd9da7bf07333da9e36bb9294e8825 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-01-23  Sven Joachim  <sven_joachim@web.de>
+           Guillem Jover  <guillem@debian.org>
+
+       * dselect/helpmsgs.cc (hlp_listkeys): Fix up and down keystrokes.
+       (hlp_methkeys): Reorder up and down keystrokes.
+
 2007-01-23  Guillem Jover  <guillem@debian.org>
 
        * scripts/dpkg-source.pl: Fix typo in variable name from $dirc to
index aa0cf28ff5e294bc3697dc103aeccd75ddb169cb..3f1de3bca199febeb2c0b4ba1640a01128f89e10 100644 (file)
@@ -16,6 +16,8 @@ dpkg (1.14.0) UNRELEASED; urgency=low
     Thanks to Ian Jackson.
   * Fix typo in variable name in dpkg-source which was causing it to not
     create directories when extracting the diff. Closes: #374645
+  * Fix up and down keystrokes in the dselect help message. Closes: #383438
+    Thanks to Sven Joachim.
 
   [ Updated dpkg translations ]
   * Romanian (Eddy PetriČ™or).
index 03d0fc5547976ff8c7d189f87578ac598a7d069b..9401467ab783946fa19def60143b8ab846836f6a 100644 (file)
@@ -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\