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