From: mkanat%bugzilla.org <> Date: Fri, 4 Apr 2008 11:48:17 +0000 (+0000) Subject: Fix bustage from checkin of Bug 374331--defaultlanguage parameter no longer exists... X-Git-Tag: bugzilla-3.1.4~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5002bc840aa81ff643b092c0a3aa34b16e4be001;p=thirdparty%2Fbugzilla.git Fix bustage from checkin of Bug 374331--defaultlanguage parameter no longer exists, use $languages[0] instead. r=LpSolit --- diff --git a/docs/en/xml/customization.xml b/docs/en/xml/customization.xml index 5b9e99deee..a513610be7 100644 --- a/docs/en/xml/customization.xml +++ b/docs/en/xml/customization.xml @@ -438,9 +438,9 @@ After untarring the localizations (or creating your own) in the BUGZILLA_ROOT/template directory, you must update the parameter to contain any - localizations you'd like to permit. You may also wish to set the - parameter to something other than - en if you don't want English to be the default language. + localizations you'd like to permit. You may also wish to re-order + the parameter so that en + doesn't come first, if you don't want English to be the default language.