+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
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).
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\
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\