aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorDevin Teske <dteske@FreeBSD.org>2018-10-26 01:47:52 +0000
committerDevin Teske <dteske@FreeBSD.org>2018-10-26 01:47:52 +0000
commitbe99b538183ac4c115a20d585190db90fa2ede9c (patch)
tree978adb27dc8f8941bbd132016bf973a9de00ffe1 /usr.sbin
parentf4cbc81dd8bbd2a12e4f047f802ae49a4450c346 (diff)
downloadsrc-be99b538183ac4c115a20d585190db90fa2ede9c.tar.gz
src-be99b538183ac4c115a20d585190db90fa2ede9c.zip
Sort i18n strings in bsdinstall hostname
Sponsored by: Smule, Inc.
Notes
Notes: svn path=/head/; revision=339758
Diffstat (limited to 'usr.sbin')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/hostname6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bsdinstall/scripts/hostname b/usr.sbin/bsdinstall/scripts/hostname
index 4fbce415e65d..09a0062a64e7 100755
--- a/usr.sbin/bsdinstall/scripts/hostname
+++ b/usr.sbin/bsdinstall/scripts/hostname
@@ -51,10 +51,10 @@ f_include $BSDCFG_SHARE/dialog.subr
#
# Strings that should be moved to an i18n file and loaded with f_include_lang()
#
-msg_set_hostname="Set Hostname"
-msg_please_choose_a_hostname="Please choose a hostname for this machine.\n\nIf you are running on a managed network, please ask\nyour network administrator for an appropriate name."
-msg_ok="OK"
msg_freebsd_installer="FreeBSD Installer"
+msg_ok="OK"
+msg_please_choose_a_hostname="Please choose a hostname for this machine.\n\nIf you are running on a managed network, please ask\nyour network administrator for an appropriate name."
+msg_set_hostname="Set Hostname"
#
# Command strings for various tasks