diff options
author | Peter Karlsson <peterk@debian.org> | 2001-07-16 15:03:07 +0000 |
---|---|---|
committer | Peter Karlsson <peterk@debian.org> | 2001-07-16 15:03:07 +0000 |
commit | 858f89434d4b03bf3ecf94ed05ec9e50cae301a0 (patch) | |
tree | fa367d2738e83697e74907a8f4097b9f3efe3626 /dselect | |
parent | 6e71c4749576696fdddc37e5454196a9759c13c5 (diff) | |
download | dpkg-858f89434d4b03bf3ecf94ed05ec9e50cae301a0.tar.gz |
s/emter/enter/
Diffstat (limited to 'dselect')
-rw-r--r-- | dselect/basecmds.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/basecmds.cc b/dselect/basecmds.cc index 53111fcef..5bf842a51 100644 --- a/dselect/basecmds.cc +++ b/dselect/basecmds.cc @@ -149,7 +149,7 @@ _("Press ? for help menu, <space> for next topic, <enter> to exit help.")); mvaddstr(i+3,6, gettext(hme->msg->title)); } mvaddstr(i+4,1, - _("Press a key from the list above, <emter>, `q' or `Q' to exit help,\n" + _("Press a key from the list above, <enter>, `q' or `Q' to exit help,\n" " or <space> to read each help page in turn. ")); nextkey= helpmenu[0].key; } |