Revision: 1938
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=1938
Author: jerone
Date: 2009-01-05 05:25:05 +0000 (Mon, 05 Jan 2009)
Log Message:
-----------
2009-01-04 Jerone Young <[email protected]>
Make on screen instructions clearer
Based on patch created by Jidanni <[email protected]>
* normal/menu.c: print clearer instructions on the screen
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/normal/menu.c
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-01-02 23:38:44 UTC (rev 1937)
+++ trunk/grub2/ChangeLog 2009-01-05 05:25:05 UTC (rev 1938)
@@ -1,3 +1,11 @@
+2009-01-04 Jerone Young <[email protected]>
+
+ Make on screen instructions clearer
+
+ Based on patch created by Jidanni <[email protected]>
+
+ * normal/menu.c: print clearer instructions on the screen
+
2009-01-02 Colin D Bennett <[email protected]>
New font engine.
Modified: trunk/grub2/normal/menu.c
===================================================================
--- trunk/grub2/normal/menu.c 2009-01-02 23:38:44 UTC (rev 1937)
+++ trunk/grub2/normal/menu.c 2009-01-05 05:25:05 UTC (rev 1938)
@@ -82,8 +82,8 @@
{
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
{