diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-08-29 05:08:59 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-08-29 05:08:59 +0000 |
| commit | 041f7c0cede82fb656d6a3d41c680bad559c0cab (patch) | |
| tree | 67455898cc17045d348f443fc91f5d680e4ada17 | |
| parent | 8812e69df501bb1b3ed02e88e7c32f77fe7666b7 (diff) | |
| download | tags-041f7c0cede82fb656d6a3d41c680bad559c0cab.tar.gz tags-041f7c0cede82fb656d6a3d41c680bad559c0cab.tar.bz2 tags-041f7c0cede82fb656d6a3d41c680bad559c0cab.zip | |
less direct wording
| -rw-r--r-- | templates/edit_tags.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_tags.tpl b/templates/edit_tags.tpl index 57257fa..081d81e 100644 --- a/templates/edit_tags.tpl +++ b/templates/edit_tags.tpl @@ -4,7 +4,7 @@ {formlabel label="Add Tags" for="tags"} {forminput} <input type="text" name="tags" id="tags" value="{if $tagList}{$tagList}{/if}" /> - {formhelp note="Enter key words to describe your content. Separate each tag with a comma: , . Tag wisely, tag efficiently."} + {formhelp note="Enter key words to describe your content. Separate each tag with a comma: tag one,tag two."} {/forminput} </div> {if count($tagData) > 0 } |
