From e6365732c21ba888fc70bfb7eaa7d1d50408bb7a Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sun, 6 May 2007 00:50:54 +0000 Subject: Bug 374331: Bugzilla::Template should use template_include_path from Bugzilla::Install::Util Patch By Max Kanat-Alexander r=myk, a=mkanat --- template/en/default/admin/params/l10n.html.tmpl | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'template/en/default/admin/params/l10n.html.tmpl') 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.
" _ - "Available languages: $available_languages" , + "q-value in the user's Accept-Language header.

" _ - 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.

" _ + + "Available languages: $available_languages" +} %] -- cgit v1.2.3-24-g4f1b