diff options
author | mkanat%bugzilla.org <> | 2007-05-06 02:50:54 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-05-06 02:50:54 +0200 |
commit | e6365732c21ba888fc70bfb7eaa7d1d50408bb7a (patch) | |
tree | 939f6bfc2d5892b033701f837b7795bce191591c /template/en | |
parent | 9510eb20b4f76db176e3dcafa04174aeff5ec8e1 (diff) | |
download | bugzilla-e6365732c21ba888fc70bfb7eaa7d1d50408bb7a.tar.gz bugzilla-e6365732c21ba888fc70bfb7eaa7d1d50408bb7a.tar.xz |
Bug 374331: Bugzilla::Template should use template_include_path from Bugzilla::Install::Util
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=mkanat
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/params/l10n.html.tmpl | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/template/en/default/admin/params/l10n.html.tmpl b/template/en/default/admin/params/l10n.html.tmpl index 1ab062cca..8fbdcdb55 100644 --- a/template/en/default/admin/params/l10n.html.tmpl +++ b/template/en/default/admin/params/l10n.html.tmpl @@ -38,9 +38,11 @@ "to be displayed. Note that you must install the appropriate " _ "language pack before adding a language to this Param. The " _ "language used is the one in this list with the highest " _ - "q-value in the user's Accept-Language header.<br> " _ - "Available languages: $available_languages" , + "q-value in the user's Accept-Language header.<br><br> " _ - defaultlanguage => "The UI language $terms.Bugzilla falls back on if no suitable " _ - "language is found in the user's Accept-Language header." } -%] + "If the none of these languages are in the user's" _ + " Accept-Language header, the first item in this list will be" _ + " used. <br><br>" _ + + "Available languages: $available_languages" +} %] |