diff options
author | dteske <dteske@FreeBSD.org> | 2013-04-24 03:15:55 +0000 |
---|---|---|
committer | dteske <dteske@FreeBSD.org> | 2013-04-24 03:15:55 +0000 |
commit | a574fde5d5c8b284a5aaac3f64ee20ffc06dcb93 (patch) | |
tree | a7c7b0c3bd065b5c33fa6b6c2dea468ef41312f6 /usr.sbin | |
parent | c1d3a15bba9cae9e142481ab6e3ec3390b07aab6 (diff) | |
download | FreeBSD-src-a574fde5d5c8b284a5aaac3f64ee20ffc06dcb93.zip FreeBSD-src-a574fde5d5c8b284a5aaac3f64ee20ffc06dcb93.tar.gz |
Fix copy/paste error.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bsdconfig/include/messages.subr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/include/messages.subr b/usr.sbin/bsdconfig/include/messages.subr index 82afb6d..0f61c70 100644 --- a/usr.sbin/bsdconfig/include/messages.subr +++ b/usr.sbin/bsdconfig/include/messages.subr @@ -56,7 +56,7 @@ msg_choose_a_cd_dvd_type="Choose a CD/DVD type" msg_choose_a_dos_partition="Choose a DOS partition" msg_choose_a_floppy_drive="Choose a Floppy drive" msg_choose_a_ufs_partition="Choose a UFS partition" -msg_choose_a_usb_partition="Choose a USB drive" +msg_choose_a_usb_drive="Choose a USB drive" msg_choose_installation_media="Choose Installation Media" msg_choose_installation_media_description="FreeBSD can be installed from a variety of different installation\nmedia, ranging from floppies to an Internet FTP server. If you're\ninstalling FreeBSD from a supported CD/DVD drive then this is generally\nthe best media to use if you have no overriding reason for using other\nmedia." msg_client_error="Client error, you could try an other server" |