diff options
author | lpsolit%gmail.com <> | 2008-03-17 19:48:57 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-03-17 19:48:57 +0000 |
commit | 11b76d7de523b1aa1706f23159c139cc9512f99b (patch) | |
tree | b18ee2c4905810ec0fe83b36a16df4a088328504 | |
parent | 2f97c27533566f1024b5364dc0dd71138d975faf (diff) | |
download | bugs-11b76d7de523b1aa1706f23159c139cc9512f99b.tar bugs-11b76d7de523b1aa1706f23159c139cc9512f99b.tar.gz bugs-11b76d7de523b1aa1706f23159c139cc9512f99b.tar.bz2 bugs-11b76d7de523b1aa1706f23159c139cc9512f99b.tar.xz bugs-11b76d7de523b1aa1706f23159c139cc9512f99b.zip |
Bug 390370: "Products" should be "Other Classifications" when reclassifying products in editclassifications.cgi - Patch by timeless <timeless@bemail.org> r=vladd a=LpSolit
-rw-r--r-- | template/en/default/admin/classifications/reclassify.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/classifications/reclassify.html.tmpl b/template/en/default/admin/classifications/reclassify.html.tmpl index cf4f69edd..08b85afa9 100644 --- a/template/en/default/admin/classifications/reclassify.html.tmpl +++ b/template/en/default/admin/classifications/reclassify.html.tmpl @@ -44,9 +44,9 @@ </tr><tr> <td valign="top">Products:</td> - <td valign="top">Products</td> + <td valign="top">Other Classifications</td> <td></td> - <td valign="top">[% classification.name FILTER html %] Products</td> + <td valign="top">This Classification</td> </tr><tr> <td></td> |