diff options
-rw-r--r-- | usr.sbin/bsdconfig/share/media/any.subr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsdconfig/share/media/any.subr b/usr.sbin/bsdconfig/share/media/any.subr index f64710f..1193282 100644 --- a/usr.sbin/bsdconfig/share/media/any.subr +++ b/usr.sbin/bsdconfig/share/media/any.subr @@ -72,8 +72,8 @@ f_media_get_type() local menu_list size menu_list=" - '1 $msg_cd_dvd' '$msg_install_from_a_freebsd_cd_dvd' - '2 $msg_ftp' '$msg_install_from_an_ftp_server' + '1 $msg_cd_dvd' '$msg_install_from_a_freebsd_cd_dvd' + '2 $msg_ftp' '$msg_install_from_an_ftp_server' '3 $msg_ftp_passive' '$msg_install_from_an_ftp_server_thru_firewall' '4 $msg_http' '$msg_install_from_an_ftp_server_thru_proxy' |