diff options
author | ivan <ivan> | 2011-10-14 08:55:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-10-14 08:55:05 +0000 |
commit | b77871d0fb98a36a8048f90193a8092550119945 (patch) | |
tree | bc5bf8541950579d7ff2467cd7d4b2a25a8ca0fc /httemplate/edit | |
parent | 73f5e04d374686ab656fc4de9dc94d339f0e24b3 (diff) |
configuration menu reorganization
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/part_tag.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/part_tag.html b/httemplate/edit/part_tag.html index 87c77fa98..2caeb27a0 100644 --- a/httemplate/edit/part_tag.html +++ b/httemplate/edit/part_tag.html @@ -1,6 +1,6 @@ <% include( 'elements/edit.html', 'table' => 'part_tag', - 'name_singular' => 'tag', + 'name_singular' => 'customer tag', 'fields' => [ { field=>'tagname', type=>'text', size=>10 }, { field=>'disabled', type=>'checkbox', value=>'Y' }, |