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.
<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>