All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Capitalise "Linux"
@ 2009-06-11 15:23 Colin Watson
  2009-06-11 17:26 ` Pavel Roskin
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Watson @ 2009-06-11 15:23 UTC (permalink / raw)
  To: grub-devel

"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]



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-11 17:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-11 15:23 [PATCH] Capitalise "Linux" Colin Watson
2009-06-11 17:26 ` Pavel Roskin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.