diff options
author | justdave%bugzilla.org <> | 2006-12-27 00:28:25 +0000 |
---|---|---|
committer | justdave%bugzilla.org <> | 2006-12-27 00:28:25 +0000 |
commit | c5bdf17469ce8b74cda066dfe35e3704f3833e31 (patch) | |
tree | 15b1d012b6b20780bc2cfc23f8f316aa1c6490c0 | |
parent | 5259ce2d29bdbe6832aca4ea8b4e08a6678af924 (diff) | |
download | bugs-c5bdf17469ce8b74cda066dfe35e3704f3833e31.tar bugs-c5bdf17469ce8b74cda066dfe35e3704f3833e31.tar.gz bugs-c5bdf17469ce8b74cda066dfe35e3704f3833e31.tar.bz2 bugs-c5bdf17469ce8b74cda066dfe35e3704f3833e31.tar.xz bugs-c5bdf17469ce8b74cda066dfe35e3704f3833e31.zip |
Bug 356074: make error for omitting "cf_" from a command name be grammatically correct.
r=LpSolit, a=jusdave
-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> |