Author: dteske
Date: Sun May 12 00:40:49 2013
New Revision: 250536
URL: http://svnweb.freebsd.org/changeset/base/250536

Log:
  Comments.

Modified:
  head/usr.sbin/bsdconfig/share/packages/categories.subr

Modified: head/usr.sbin/bsdconfig/share/packages/categories.subr
==============================================================================
--- head/usr.sbin/bsdconfig/share/packages/categories.subr      Sun May 12 
00:39:25 2013        (r250535)
+++ head/usr.sbin/bsdconfig/share/packages/categories.subr      Sun May 12 
00:40:49 2013        (r250536)
@@ -99,7 +99,11 @@ f_category_desc_set()
 ############################################################ MAIN
 
 #
-# Load descriptions for package categories
+# Load descriptions for package categories. Note that we don't internationalize
+# category names because this would be confusing for people used to that browse
+# the FTP mirrors or are otherwise familiar with an interface that does not
+# provide internationalized names. The descriptions can be used to provide i18n
+# users a description of the non-i18n category name.
 #
 f_category() { f_category_desc_set "$1" "$2"; }
 f_category All           "$msg_all_available_packages_in_all_categories"
_______________________________________________
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