]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 356074: make error for omitting "cf_" from a command name be grammatically correct.
authorjustdave%bugzilla.org <>
Wed, 27 Dec 2006 00:28:25 +0000 (00:28 +0000)
committerjustdave%bugzilla.org <>
Wed, 27 Dec 2006 00:28:25 +0000 (00:28 +0000)
r=LpSolit, a=jusdave

template/en/default/admin/custom_fields/create.html.tmpl

index a67e94680209e3c6bd013bf7e2fb0b96026b71fa..f4a89e56ef4f9b6186c4f2e7a12400bb53115b86 100644 (file)
   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>