2009-01-04 Jerone Young <jerone@gmail.com>

Make on screen instructions clearer

        Based on patch created by Jidanni <jidanni@jidanni.org>

        * normal/menu.c: print clearer instructions on the screen
This commit is contained in:
jerone 2009-01-05 05:25:05 +00:00
parent 34c44600fe
commit 644fff97d2
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
2009-01-04 Jerone Young <jerone@gmail.com>
Make on screen instructions clearer
Based on patch created by Jidanni <jidanni@jidanni.org>
* normal/menu.c: print clearer instructions on the screen
2009-01-02 Colin D Bennett <colin@gibibit.com>
New font engine.

View file

@ -82,8 +82,8 @@ print_message (int nested, int edit)
{
grub_printf ("\n\
Minimum Emacs-like screen editing is supported. TAB lists\n\
available completions. Press C-x (\'x\' with Ctrl) to boot,\n\
C-c (\'c\' with Ctrl) for a command-line or ESC to return menu.");
completions. Press Ctrl-x to boot, Ctrl-c for a command-line\n\
or ESC to return menu.");
}
else
{