Bug 356074: make error for omitting "cf_" from a command name be grammatically correct.

r=LpSolit, a=jusdave
This commit is contained in:
justdave%bugzilla.org 2006-12-26 16:28:25 +00:00
Родитель 5f3f2bb2d3
Коммит 521befdc6b
1 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -43,10 +43,11 @@
and you just haven't enabled the correct feature yet. and you just haven't enabled the correct feature yet.
<ul> <ul>
<li>Custom field names must begin with "cf_" to distinguish them from standard <li>Custom field names must begin with "cf_" to distinguish them from
fields. If you omit "cf_" from the name, it will automatically be appended.</li> standard fields. If you omit "cf_" from the beginning of the name, it
<li>Descriptions are a very short string describing the field and will be used will be added for you.</li>
as the label for this field in the user interface.</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> </ul>
<br> <br>
</p> </p>