diff options
author | lpsolit%gmail.com <> | 2006-12-12 03:00:46 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-12-12 03:00:46 +0100 |
commit | 32f3ff65a8019fded30601f59f37306312576547 (patch) | |
tree | 3a5a3df17a0f49ab2b4dc32906238eaeb02eafbf /template | |
parent | 36540893adb1efd1a1fce5f2e115754f93442ca5 (diff) | |
download | bugzilla-32f3ff65a8019fded30601f59f37306312576547.tar.gz bugzilla-32f3ff65a8019fded30601f59f37306312576547.tar.xz |
Bug 297186: Send emails in the recipient's locale, not the current user's - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/setting-descs.none.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/global/setting-descs.none.tmpl b/template/en/default/global/setting-descs.none.tmpl index 4fb2a031b..e62ec0b63 100644 --- a/template/en/default/global/setting-descs.none.tmpl +++ b/template/en/default/global/setting-descs.none.tmpl @@ -40,5 +40,6 @@ "always" => "Always", "never" => "Never", "cc_unless_role" => "Only if I have no role on them", + "lang" => "Language used in email", } %] |