diff options
author | lpsolit%gmail.com <> | 2008-01-20 05:52:19 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-01-20 05:52:19 +0100 |
commit | 16ebae3581803febc9ca25c401218cecb9fe2dd2 (patch) | |
tree | e5a2f777036a768504e0b6e18ca38b4852460eed | |
parent | f4c6a69d5113b8edfc1e59640ef5de66b297522b (diff) | |
download | bugzilla-16ebae3581803febc9ca25c401218cecb9fe2dd2.tar.gz bugzilla-16ebae3581803febc9ca25c401218cecb9fe2dd2.tar.xz |
Bug 412976: "Bug" should be replaced with $terms.Bug in user-error.html.tmpl - Patch by Cédric Corazza <cedric.corazza@wanadoo.fr> r/a=LpSolit
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 651db0922..649779e11 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -348,7 +348,7 @@ You can't make [% terms.abug %] block itself or depend on itself. [% ELSIF error == "dupe_id_required" %] - [% title = "Duplicate Bug Id Required" %] + [% title = "Duplicate $terms.Bug Id Required" %] You must specify [% terms.abug %] id to mark this [% terms.bug %] as a duplicate of. |