diff options
author | mkanat%bugzilla.org <> | 2008-04-04 13:48:17 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-04-04 13:48:17 +0200 |
commit | 5002bc840aa81ff643b092c0a3aa34b16e4be001 (patch) | |
tree | a874d1ac8917c997964f91c7b901d9b74fffe51f /docs/en/xml | |
parent | 80cfd88eff8e42e91ee77b38ac067bac71af52e7 (diff) | |
download | bugzilla-5002bc840aa81ff643b092c0a3aa34b16e4be001.tar.gz bugzilla-5002bc840aa81ff643b092c0a3aa34b16e4be001.tar.xz |
Fix bustage from checkin of Bug 374331--defaultlanguage parameter no longer exists, use $languages[0] instead. r=LpSolit
Diffstat (limited to 'docs/en/xml')
-rw-r--r-- | docs/en/xml/customization.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ <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> |