diff options
author | timeless%mozdev.org <> | 2007-08-24 10:03:42 +0000 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-08-24 10:03:42 +0000 |
commit | 138142afedb2dd17c2c628eaa3ffbd613545effe (patch) | |
tree | b6042d71a392641030c259529ddf6a8dd0725837 /template/en | |
parent | 695b99d5dec8cecf5c828218d897b75c4da0a7a4 (diff) | |
download | bugs-138142afedb2dd17c2c628eaa3ffbd613545effe.tar bugs-138142afedb2dd17c2c628eaa3ffbd613545effe.tar.gz bugs-138142afedb2dd17c2c628eaa3ffbd613545effe.tar.bz2 bugs-138142afedb2dd17c2c628eaa3ffbd613545effe.tar.xz bugs-138142afedb2dd17c2c628eaa3ffbd613545effe.zip |
Bug 365060 Edit products is missing a :
r=vladd a=mkanat
Diffstat (limited to 'template/en')
-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 %] |