diff options
author | timeless%mozdev.org <> | 2007-07-10 14:05:14 +0200 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-07-10 14:05:14 +0200 |
commit | 67f4639715825e6871db24ac8bfb55d1e19f9823 (patch) | |
tree | c7b6e48ab27cb7b63179fbf0b841be6a5e60fb98 /template | |
parent | c7660ce1789632e35d67baf20575f82d76510b9a (diff) | |
download | bugzilla-67f4639715825e6871db24ac8bfb55d1e19f9823.tar.gz bugzilla-67f4639715825e6871db24ac8bfb55d1e19f9823.tar.xz |
Bug 383999 Replace "summed" with "stacked" so that I can find it
r=mkanat a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/search/search-report-graph.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/search/search-report-graph.html.tmpl b/template/en/default/search/search-report-graph.html.tmpl index cfc585d8f..bab14ae83 100644 --- a/template/en/default/search/search-report-graph.html.tmpl +++ b/template/en/default/search/search-report-graph.html.tmpl @@ -78,7 +78,7 @@ var queryform = "reportform" Individually<br> <input type="radio" name="cumulate" value="1" [% " checked" IF default.cumulate.0 == "1" %]> - Summed + Stacked </td> <td width="150" height="150"> <table border="1" width="100%" height="100%"> |