From d7f9f71d223667a93d897c2ac76f6e2feb3d304f Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sun, 6 May 2007 03:11:35 +0000 Subject: Fix bustage from checkin of Bug 374331--defaultlanguage parameter no longer exists, use $languages[0] instead. r=LpSolit --- docs/xml/customization.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/xml') diff --git a/docs/xml/customization.xml b/docs/xml/customization.xml index 5b9e99dee..a513610be 100644 --- a/docs/xml/customization.xml +++ b/docs/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. -- cgit v1.2.3-24-g4f1b