diff options
author | gerv%gerv.net <> | 2003-12-08 07:30:24 +0000 |
---|---|---|
committer | gerv%gerv.net <> | 2003-12-08 07:30:24 +0000 |
commit | eeda782dde8844166fdffbfe2cada894dfcd6dfe (patch) | |
tree | aeaca316b4026ae96c0a9f19c3ae4449910215cf | |
parent | 200acad0e5a2e9153669806d244eea366b79e61a (diff) | |
download | bugs-eeda782dde8844166fdffbfe2cada894dfcd6dfe.tar bugs-eeda782dde8844166fdffbfe2cada894dfcd6dfe.tar.gz bugs-eeda782dde8844166fdffbfe2cada894dfcd6dfe.tar.bz2 bugs-eeda782dde8844166fdffbfe2cada894dfcd6dfe.tar.xz bugs-eeda782dde8844166fdffbfe2cada894dfcd6dfe.zip |
Bug 218568 - bustage fix. Turn "bug" words into [% terms.bugs %] and so on.
-rw-r--r-- | template/en/default/reports/create-chart.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/search/search-create-series.html.tmpl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/reports/create-chart.html.tmpl b/template/en/default/reports/create-chart.html.tmpl index 9d187fb60..c9906449f 100644 --- a/template/en/default/reports/create-chart.html.tmpl +++ b/template/en/default/reports/create-chart.html.tmpl @@ -64,8 +64,8 @@ function subcatSelected() { <span style="color: red"> Note: this new charting system is in beta. This means that retention of data or defined data sets is on a best-efforts basis only, and cannot be - guaranteed. Please file any bugs you find or enhancement ideas you think - of. + guaranteed. Please file any [% terms.bugs %] you find or enhancement + ideas you think of. </span> </p> diff --git a/template/en/default/search/search-create-series.html.tmpl b/template/en/default/search/search-create-series.html.tmpl index a1a1ec312..1a63ec5bf 100644 --- a/template/en/default/search/search-create-series.html.tmpl +++ b/template/en/default/search/search-create-series.html.tmpl @@ -38,7 +38,7 @@ <p> <input type="submit" name="action-search" value="Run Search"> - to see which bugs would be included in this series. + to see which [% terms.bugs %] would be included in this series. </p> <h3>Data Set Parameters</h3> |