diff options
author | eseyman%linagora.com <> | 2008-08-06 19:06:33 +0200 |
---|---|---|
committer | eseyman%linagora.com <> | 2008-08-06 19:06:33 +0200 |
commit | 78fd5ea42960091af4e0358f7b2f2aa32193516a (patch) | |
tree | 5e2889748b11c4376158d4cbbbffdcfae6409864 /template | |
parent | ac99ed7df8d80945ab7860dad022fb5d372ff02d (diff) | |
download | bugzilla-78fd5ea42960091af4e0358f7b2f2aa32193516a.tar.gz bugzilla-78fd5ea42960091af4e0358f7b2f2aa32193516a.tar.xz |
Bug 448414: Replace "buglist" by "[% terms.bug %] list" in templates
Patch By A.A. Shimono <shimono@mozilla.gr.jp> r=eseyman, a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/params/query.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/admin/sanitycheck/messages.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/email/whine.txt.tmpl | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/admin/params/query.html.tmpl b/template/en/default/admin/params/query.html.tmpl index 58fda68d5..8d6aba422 100644 --- a/template/en/default/admin/params/query.html.tmpl +++ b/template/en/default/admin/params/query.html.tmpl @@ -20,7 +20,7 @@ #%] [% title = "Query Defaults" - desc = "Default options for query and buglists" + desc = "Default options for query and $terms.bug lists" %] [% param_descs = { diff --git a/template/en/default/admin/sanitycheck/messages.html.tmpl b/template/en/default/admin/sanitycheck/messages.html.tmpl index d33c12040..2847a35e7 100644 --- a/template/en/default/admin/sanitycheck/messages.html.tmpl +++ b/template/en/default/admin/sanitycheck/messages.html.tmpl @@ -322,7 +322,7 @@ <a href="show_bug.cgi?id=[% bug_id FILTER url_quote %]">[% bug_id FILTER html %]</a> [% ", " IF !loop.last %] [% END %] - (<a href="buglist.cgi?bug_id=[% badbugs.join(",") FILTER url_quote %]">as buglist</a>). + (<a href="buglist.cgi?bug_id=[% badbugs.join(",") FILTER url_quote %]">as [% terms.bug %] list</a>). [% END %] [% BLOCK bug_link %] diff --git a/template/en/default/email/whine.txt.tmpl b/template/en/default/email/whine.txt.tmpl index 861a8ac18..caf43eb6d 100644 --- a/template/en/default/email/whine.txt.tmpl +++ b/template/en/default/email/whine.txt.tmpl @@ -21,7 +21,7 @@ [% PROCESS "global/field-descs.none.tmpl" %] From: [% Param("mailfrom") %] To: [% email %][% Param("emailsuffix") %] -Subject: Your [% terms.Bugzilla %] buglist needs attention. +Subject: Your [% terms.Bugzilla %] [%+ terms.bug %] list needs attention. X-Bugzilla-Type: whine [This e-mail has been automatically generated.] @@ -55,7 +55,7 @@ Or, you can use the general query page, at [%+ urlbase %]query.cgi Appended below are the individual URLs to get to all of your [% get_status("NEW") %] [%+ terms.bugs %] -that haven't been touched for a week or more. +that haven't been touched for [% Param("whinedays") %] days or more. You will get this message once a day until you've dealt with these [% terms.bugs %]! |