From 4da7a5c9bee94218a6577ec8ce0b0b5cf3c88702 Mon Sep 17 00:00:00 2001 From: dteske Date: Sun, 28 Oct 2018 22:09:18 +0000 Subject: [PATCH] Sort i18n messages in bsdinstall zfsboot No functional change. Sponsored by: Smule, Inc. --- usr.sbin/bsdinstall/scripts/zfsboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bsdinstall/scripts/zfsboot b/usr.sbin/bsdinstall/scripts/zfsboot index 0693e79f9afa..48fb3981855d 100755 --- a/usr.sbin/bsdinstall/scripts/zfsboot +++ b/usr.sbin/bsdinstall/scripts/zfsboot @@ -246,8 +246,8 @@ msg_configure_options="Configure Options:" msg_detailed_disk_info="gpart(8) show %s:\n%s\n\ncamcontrol(8) inquiry %s:\n%s\n\n\ncamcontrol(8) identify %s:\n%s\n" msg_disk_info="Disk Info" msg_disk_info_help="Get detailed information on disk device(s)" -msg_disk_singular="disk" msg_disk_plural="disks" +msg_disk_singular="disk" msg_encrypt_disks="Encrypt Disks?" msg_encrypt_disks_help="Use geli(8) to encrypt all data partitions" msg_error="Error"