diff options
-rw-r--r-- | template/en/default/admin/custom_fields/create.html.tmpl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/template/en/default/admin/custom_fields/create.html.tmpl b/template/en/default/admin/custom_fields/create.html.tmpl index a67e94680..f4a89e56e 100644 --- a/template/en/default/admin/custom_fields/create.html.tmpl +++ b/template/en/default/admin/custom_fields/create.html.tmpl @@ -43,10 +43,11 @@ and you just haven't enabled the correct feature yet. <ul> - <li>Custom field names must begin with "cf_" to distinguish them from standard - fields. If you omit "cf_" from the name, it will automatically be appended.</li> - <li>Descriptions are a very short string describing the field and will be used - as the label for this field in the user interface.</li> + <li>Custom field names must begin with "cf_" to distinguish them from + standard fields. If you omit "cf_" from the beginning of the name, it + will be added for you.</li> + <li>Descriptions are a very short string describing the field and will be + used as the label for this field in the user interface.</li> </ul> <br> </p> |