summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-06-23 10:51:26 +0000
committerdteske <dteske@FreeBSD.org>2013-06-23 10:51:26 +0000
commitc553e460eed0cac041e1a1878f64e22f6b82290e (patch)
treef40f8b8bd2338f4ba54a18cb9fcfa483fd8fc63d /usr.sbin
parentf6abdf341e4dca12a6466ea1023398cb1a7c9f47 (diff)
downloadFreeBSD-src-c553e460eed0cac041e1a1878f64e22f6b82290e.zip
FreeBSD-src-c553e460eed0cac041e1a1878f64e22f6b82290e.tar.gz
Add a newline character to the end of the "Check URL again" error message
because long URLs do not induce extra height despite wrapping by dialog(1). NOTE: For even longer lines, the cursor up/down keys work to scroll through
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bsdconfig/include/messages.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/include/messages.subr b/usr.sbin/bsdconfig/include/messages.subr
index 31413aa..8f486fc 100644
--- a/usr.sbin/bsdconfig/include/messages.subr
+++ b/usr.sbin/bsdconfig/include/messages.subr
@@ -259,7 +259,7 @@ msg_pear_desc="Software related to the Pear PHP framework."
msg_perl5_desc="Utilities/modules for the PERL5 language."
msg_permission_denied="%s: %s: Permission denied"
msg_plan9_desc="Software from the Plan9 operating system."
-msg_please_check_the_url_and_try_again="No such directory: %s\nplease check the URL and try again."
+msg_please_check_the_url_and_try_again="No such directory: %s\nplease check the URL and try again.\n"
msg_please_enter_password="Please enter your password for sudo(8):"
msg_please_enter_the_address_of_the_http_proxy="Please enter the address of the HTTP proxy in this format:\n hostname:port (the ':port' is optional, default is 3128)"
msg_please_enter_the_full_nfs_file_specification="Please enter the full NFS file specification for the remote\nhost and directory containing the FreeBSD distribution files.\nThis should be in the format: hostname:/some/freebsd/dir"
OpenPOWER on IntegriCloud