add06f6
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
add06f6
From: Javier Martinez Canillas <javierm@redhat.com>
add06f6
Date: Fri, 11 Jun 2021 12:10:45 +0200
add06f6
Subject: [PATCH] Revert "templates: Fix user-facing typo with an incorrect use
add06f6
 of "it's""
add06f6
add06f6
This reverts commit 722737630889607c3b5761f1f5a48f1674cd2821.
add06f6
---
add06f6
 util/grub.d/30_os-prober.in | 2 +-
add06f6
 1 file changed, 1 insertion(+), 1 deletion(-)
add06f6
add06f6
diff --git a/util/grub.d/30_os-prober.in b/util/grub.d/30_os-prober.in
add06f6
index 5984e92d291..94622481284 100644
add06f6
--- a/util/grub.d/30_os-prober.in
add06f6
+++ b/util/grub.d/30_os-prober.in
add06f6
@@ -36,7 +36,7 @@ if ! command -v os-prober > /dev/null || ! command -v linux-boot-prober > /dev/n
add06f6
   exit 0
add06f6
 fi
add06f6
 
add06f6
-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.")"
add06f6
+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.")"
add06f6
 
add06f6
 OSPROBED="`os-prober | tr ' ' '^' | paste -s -d ' '`"
add06f6
 if [ -z "${OSPROBED}" ] ; then