]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
templates: Fix user-facing typo with an incorrect use of "it's"
authorAru Sahni <aru@arusahni.net>
Tue, 23 Mar 2021 01:30:40 +0000 (21:30 -0400)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 12 Apr 2021 14:40:34 +0000 (16:40 +0200)
Since the possessive form of "it" is being used, the apostrophe must be omitted.

Signed-off-by: Aru Sahni <aru@arusahni.net>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
util/grub.d/30_os-prober.in

index 946224812843320fd16a59f447d09d2dc4a13c88..5984e92d29116c72e60e5548199afb4bc9d5337d 100644 (file)
@@ -36,7 +36,7 @@ if ! command -v os-prober > /dev/null || ! command -v linux-boot-prober > /dev/n
   exit 0
 fi
 
-grub_warn "$(gettext_printf "os-prober will be executed to detect other bootable partitions.\nIt's output will be used to detect bootable binaries on them and create new boot entries.")"
+grub_warn "$(gettext_printf "os-prober will be executed to detect other bootable partitions.\nIts output will be used to detect bootable binaries on them and create new boot entries.")"
 
 OSPROBED="`os-prober | tr ' ' '^' | paste -s -d ' '`"
 if [ -z "${OSPROBED}" ] ; then