From: Aru Sahni Date: Tue, 23 Mar 2021 01:30:40 +0000 (-0400) Subject: templates: Fix user-facing typo with an incorrect use of "it's" X-Git-Tag: grub-2.06-rc1a~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=722737630889607c3b5761f1f5a48f1674cd2821;p=thirdparty%2Fgrub.git templates: Fix user-facing typo with an incorrect use of "it's" Since the possessive form of "it" is being used, the apostrophe must be omitted. Signed-off-by: Aru Sahni Reviewed-by: Daniel Kiper --- diff --git a/util/grub.d/30_os-prober.in b/util/grub.d/30_os-prober.in index 946224812..5984e92d2 100644 --- a/util/grub.d/30_os-prober.in +++ b/util/grub.d/30_os-prober.in @@ -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