Author: dteske
Date: Sun Jun 23 10:51:26 2013
New Revision: 252113
URL: http://svnweb.freebsd.org/changeset/base/252113

Log:
  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

Modified:
  head/usr.sbin/bsdconfig/include/messages.subr

Modified: head/usr.sbin/bsdconfig/include/messages.subr
==============================================================================
--- head/usr.sbin/bsdconfig/include/messages.subr       Sun Jun 23 10:48:26 
2013        (r252112)
+++ head/usr.sbin/bsdconfig/include/messages.subr       Sun Jun 23 10:51:26 
2013        (r252113)
@@ -259,7 +259,7 @@ msg_pear_desc="Software related to the P
 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"
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to