diff options
author | ivan <ivan> | 2010-02-05 02:39:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-02-05 02:39:31 +0000 |
commit | 8a0204b4a129a3c26dcca18ba401b2de26d22d2b (patch) | |
tree | acc110c2e41d74fefa6c038c6b0d414865fb29b2 /httemplate/edit/discount.html | |
parent | 4cacb3fa439b56fc7c9a742b69ec3f6ffd660433 (diff) |
discounts, RT#6679
Diffstat (limited to 'httemplate/edit/discount.html')
-rw-r--r-- | httemplate/edit/discount.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/discount.html b/httemplate/edit/discount.html index 4f440b2cb..6e0d8e1a7 100644 --- a/httemplate/edit/discount.html +++ b/httemplate/edit/discount.html @@ -29,7 +29,7 @@ '_type' => 'Type ', 'amount' => 'Amount ', 'percent' => 'Percentage ', - 'months' => '# of Months', + 'months' => 'Duration (months)', }, 'viewall_dir' => 'browse', 'new_callback' => $new_callback, |