From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MEm7f-0007iT-1b for mharc-grub-devel@gnu.org; Thu, 11 Jun 2009 11:23:23 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEm7c-0007hu-Ri for grub-devel@gnu.org; Thu, 11 Jun 2009 11:23:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEm7X-0007h6-DL for grub-devel@gnu.org; Thu, 11 Jun 2009 11:23:19 -0400 Received: from [199.232.76.173] (port=39892 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEm7X-0007h3-80 for grub-devel@gnu.org; Thu, 11 Jun 2009 11:23:15 -0400 Received: from smarthost02.mail.zen.net.uk ([212.23.3.141]:47867) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEm7W-0007CA-Uj for grub-devel@gnu.org; Thu, 11 Jun 2009 11:23:15 -0400 Received: from [82.69.40.219] (helo=riva.pelham.vpn.ucam.org) by smarthost02.mail.zen.net.uk with esmtp (Exim 4.63) (envelope-from ) id 1MEm7V-0007gB-4u for grub-devel@gnu.org; Thu, 11 Jun 2009 15:23:13 +0000 Received: from cjwatson by riva.pelham.vpn.ucam.org with local (Exim 3.36 #1 (Debian)) for grub-devel@gnu.org id 1MEm7U-000245-00; Thu, 11 Jun 2009 16:23:12 +0100 Date: Thu, 11 Jun 2009 16:23:12 +0100 From: Colin Watson To: grub-devel@gnu.org Message-ID: <20090611152311.GD7367@riva.ucam.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-Originating-Smarthost02-IP: [82.69.40.219] X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: [PATCH] Capitalise "Linux" 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: Thu, 11 Jun 2009 15:23:21 -0000 "Linux" is a proper noun and should be capitalised in user-visible text. Index: util/grub.d/10_linux.in =================================================================== --- util/grub.d/10_linux.in (revision 2297) +++ util/grub.d/10_linux.in (working copy) @@ -141,9 +141,9 @@ linux_root_device_thisversion=${GRUB_DEVICE} fi - linux_entry "${OS}, linux ${version}" \ + linux_entry "${OS}, Linux ${version}" \ "${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT}" - linux_entry "${OS}, linux ${version} (recovery mode)" \ + linux_entry "${OS}, Linux ${version} (recovery mode)" \ "single ${GRUB_CMDLINE_LINUX}" list=`echo $list | tr ' ' '\n' | grep -vx $linux | tr '\n' ' '` Thanks, -- Colin Watson [cjwatson@ubuntu.com]