summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/share
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-05-12 00:40:49 +0000
committerdteske <dteske@FreeBSD.org>2013-05-12 00:40:49 +0000
commit8eca6f86f22fbf37b03db2296a3dddb0b83cdacc (patch)
tree8d785bc7a084c89a1ac98e2d9a19143789f8cc34 /usr.sbin/bsdconfig/share
parent1cc44f200849eb717ea3818422e38cc2e5f549a5 (diff)
downloadFreeBSD-src-8eca6f86f22fbf37b03db2296a3dddb0b83cdacc.zip
FreeBSD-src-8eca6f86f22fbf37b03db2296a3dddb0b83cdacc.tar.gz
Comments.
Diffstat (limited to 'usr.sbin/bsdconfig/share')
-rwxr-xr-xusr.sbin/bsdconfig/share/packages/categories.subr6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/share/packages/categories.subr b/usr.sbin/bsdconfig/share/packages/categories.subr
index ebe9cb0..e75e3da 100755
--- a/usr.sbin/bsdconfig/share/packages/categories.subr
+++ b/usr.sbin/bsdconfig/share/packages/categories.subr
@@ -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"
OpenPOWER on IntegriCloud