diff options
author | timeless%mozdev.org <> | 2007-08-24 12:03:42 +0200 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-08-24 12:03:42 +0200 |
commit | 138142afedb2dd17c2c628eaa3ffbd613545effe (patch) | |
tree | b6042d71a392641030c259529ddf6a8dd0725837 | |
parent | 695b99d5dec8cecf5c828218d897b75c4da0a7a4 (diff) | |
download | bugzilla-138142afedb2dd17c2c628eaa3ffbd613545effe.tar.gz bugzilla-138142afedb2dd17c2c628eaa3ffbd613545effe.tar.xz |
Bug 365060 Edit products is missing a :
r=vladd a=mkanat
-rw-r--r-- | template/en/default/admin/classifications/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/classifications/edit.html.tmpl b/template/en/default/admin/classifications/edit.html.tmpl index d921100dc..b3ef22bca 100644 --- a/template/en/default/admin/classifications/edit.html.tmpl +++ b/template/en/default/admin/classifications/edit.html.tmpl @@ -48,7 +48,7 @@ <tr valign=top> <th align="right"> <a href="editproducts.cgi?classification=[% classification.name FILTER url_quote %]"> - Edit products</a> + Edit Products</a>: </th> <td> [% IF classification.products.size > 0 %] |