diff options
author | gerv%gerv.net <> | 2002-04-29 06:57:08 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-29 06:57:08 +0200 |
commit | 7bb05f06fa763bf360b14045f79d491102a0f501 (patch) | |
tree | 85c35b8bb8af61f133fb9634823da0d70e3faaa8 /template | |
parent | 2ab1c5c3268f3bfdc380961f50f51f52634516a2 (diff) | |
download | bugzilla-7bb05f06fa763bf360b14045f79d491102a0f501.tar.gz bugzilla-7bb05f06fa763bf360b14045f79d491102a0f501.tar.xz |
Bug 140103 - various templatisations or cleanups in CGI.pl. Patch by gerv; r=justdave, bbaetz.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/process/results.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/bug/process/results.html.tmpl b/template/en/default/bug/process/results.html.tmpl index 4c1b7d742..255a7c2ff 100644 --- a/template/en/default/bug/process/results.html.tmpl +++ b/template/en/default/bug/process/results.html.tmpl @@ -34,6 +34,7 @@ 'bug' => "Changes submitted for bug" , 'dupe' => "Duplicate notation added to bug" , 'dep' => "Checking for dependency changes on bug" , + 'votes' => "Confirmed by number of votes: bug" , } %] |