Author: kensmith
Date: Thu Jul 16 20:19:36 2009
New Revision: 195725
URL: http://svn.freebsd.org/changeset/base/195725

Log:
  Correct the name of the Mongolian Documentation package.
  
  Approved by:  re (kib)

Modified:
  head/usr.sbin/sysinstall/dist.c

Modified: head/usr.sbin/sysinstall/dist.c
==============================================================================
--- head/usr.sbin/sysinstall/dist.c     Thu Jul 16 19:48:39 2009        
(r195724)
+++ head/usr.sbin/sysinstall/dist.c     Thu Jul 16 20:19:36 2009        
(r195725)
@@ -143,7 +143,7 @@ static Distribution DocDistTable[] = {
     DTE_PACKAGE("Hungarian Documentation",             &DocDists, DOC_HU,      
"hu-freebsd-doc"),
     DTE_PACKAGE("Italian Documentation",               &DocDists, DOC_IT,      
"it-freebsd-doc"),
     DTE_PACKAGE("Japanese Documentation",              &DocDists, DOC_JA,      
"ja-freebsd-doc"),
-    DTE_PACKAGE("Mongolian Documentation",             &DocDists, DOC_MN,      
"mn-freebsd-doc-mn"),
+    DTE_PACKAGE("Mongolian Documentation",             &DocDists, DOC_MN,      
"mn-freebsd-doc"),
     DTE_PACKAGE("Dutch Documentation",                 &DocDists, DOC_NL,      
"nl-freebsd-doc"),
     DTE_PACKAGE("Polish Documentation",                        &DocDists, 
DOC_PL,      "pl-freebsd-doc"),
     DTE_PACKAGE("Portuguese Documentation",            &DocDists, DOC_PT,      
"pt-freebsd-doc"),
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to