From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LGT33-0000fs-68 for mharc-grub-devel@gnu.org; Sat, 27 Dec 2008 01:53:21 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LGT31-0000fX-Eu for grub-devel@gnu.org; Sat, 27 Dec 2008 01:53:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LGT2z-0000d6-Ts for grub-devel@gnu.org; Sat, 27 Dec 2008 01:53:19 -0500 Received: from [199.232.76.173] (port=44046 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LGT2z-0000d3-RU for grub-devel@gnu.org; Sat, 27 Dec 2008 01:53:17 -0500 Received: from c60.cesmail.net ([216.154.195.49]:32774) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1LGT2z-0003KD-Ec for grub-devel@gnu.org; Sat, 27 Dec 2008 01:53:17 -0500 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 27 Dec 2008 01:53:12 -0500 Received: from [192.168.0.21] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id 3DC5634C6D for ; Sat, 27 Dec 2008 02:03:10 -0500 (EST) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <87prjesg37.fsf@jidanni.org> References: <20081226204645.GB16297@pina.cat> <87prjesg37.fsf@jidanni.org> Content-Type: text/plain Date: Sat, 27 Dec 2008 01:53:15 -0500 Message-Id: <1230360795.2633.21.camel@dv> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 (2.24.2-3.fc10) Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] menu.c clearer instructions X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Dec 2008 06:53:19 -0000 On Sat, 2008-12-27 at 06:54 +0800, jidanni@jidanni.org wrote: > - 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. C-x (\'x\' with Ctrl) to boot, C-c for command-line,\n\ > + or ESC to throw away changes and return to menu."); How about "Ctrl-x to boot, Ctrl-c for command line, or ESC to abandon changes and return to the menu"? We don't need to use the "C-" notation at all if it needs explanation. "Ctrl-x" should be clear to most users (everyone knows "Ctrl-Alt-Del"). "abandon" sounds better than "throw away" in this context. -- Regards, Pavel Roskin