git: e3fd26a3d71b - stable/13 - bsdinstall: Fix grammatical issues.

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Thu, 19 Jun 2025 18:26:15 UTC
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=e3fd26a3d71b753e302b6f7ee49e9879d2f3f5a7

commit e3fd26a3d71b753e302b6f7ee49e9879d2f3f5a7
Author:     Nathan Whitehorn <nwhitehorn@FreeBSD.org>
AuthorDate: 2022-01-02 00:34:48 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-06-19 18:25:48 +0000

    bsdinstall: Fix grammatical issues.
    
    PR:             263488
    
    (cherry picked from commit dfa5a74357f3837b93b0cc90e5bee0a1d298ca3e)
---
 usr.sbin/bsdinstall/scripts/bootconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/bsdinstall/scripts/bootconfig b/usr.sbin/bsdinstall/scripts/bootconfig
index 0f00872fb2ec..b595317eed49 100755
--- a/usr.sbin/bsdinstall/scripts/bootconfig
+++ b/usr.sbin/bsdinstall/scripts/bootconfig
@@ -73,7 +73,7 @@ update_uefi_bootentry()
 	fi
 
 	$DIALOG --backtitle 'FreeBSD Installer' --title 'Boot configuration' \
-	    --yesno 'There is multiple "FreeBSD" efi boot entries, would you like to remove them all and add a new one?' 0 0
+	    --yesno 'There are multiple "FreeBSD" EFI boot entries. Would you like to remove them all and add a new one?' 0 0
 	if [ $? -eq $DIALOG_OK ]; then
 		for entry in $(efibootmgr | awk '$NF == "FreeBSD" { sub(/.*Boot/,"", $1); sub(/\*/,"", $1); print $1 }'); do
 			efibootmgr -B -b ${entry}