diff options
author | mkanat%bugzilla.org <> | 2007-05-06 05:11:35 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-05-06 05:11:35 +0200 |
commit | d7f9f71d223667a93d897c2ac76f6e2feb3d304f (patch) | |
tree | 3d31f03e40d1047d7703d3a57fac728c9f826bdd /docs | |
parent | e6365732c21ba888fc70bfb7eaa7d1d50408bb7a (diff) | |
download | bugzilla-d7f9f71d223667a93d897c2ac76f6e2feb3d304f.tar.gz bugzilla-d7f9f71d223667a93d897c2ac76f6e2feb3d304f.tar.xz |
Fix bustage from checkin of Bug 374331--defaultlanguage parameter no longer exists, use $languages[0] instead. r=LpSolit
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/customization.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ <para>After untarring the localizations (or creating your own) in the <filename class="directory">BUGZILLA_ROOT/template</filename> directory, you must update the <option>languages</option> parameter to contain any - localizations you'd like to permit. You may also wish to set the - <option>defaultlanguage</option> parameter to something other than - <quote>en</quote> 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 <option>languages</option> parameter so that <quote>en</quote> + doesn't come first, if you don't want English to be the default language. </para> </section> |