Development

#2765 ([PATCH] Awkward English: "There are some errors that prevent the form to validate")

You must first sign up to be able to contribute.

Ticket #2765 (closed enhancement: fixed)

Opened 1 year ago

Last modified 10 months ago

[PATCH] Awkward English: "There are some errors that prevent the form to validate"

Reported by: rickb Assigned to: Carl.Vondrick
Priority: minor Milestone:
Component: validation Version: 1.0.11
Keywords: Cc:
Qualification: Ready for core team

Description

The validator produces a summary of form errors at the top of the form when a user has attempted to submit with unacceptable field values.

However, the sentence

There are some errors that prevent the form to validate

is awkward English. A better sentence might be

The form is not valid because it contains some errors

Attachments

sfPropelAdmin_edit_messages.php.patch (0.7 kB) - added by Carl.Vondrick on 02/25/08 06:24:51.

Change History

01/07/08 21:08:46 changed by rickb

  • component changed from other to validation.

02/25/08 06:24:51 changed by Carl.Vondrick

  • attachment sfPropelAdmin_edit_messages.php.patch added.

02/25/08 06:25:50 changed by Carl.Vondrick

  • status changed from new to assigned.
  • summary changed from Awkward English: "There are some errors that prevent the form to validate" to [PATCH] Awkward English: "There are some errors that prevent the form to validate".
  • version changed from 1.0.10 to 1.0.11.
  • qualification changed from Unreviewed to Ready for core team.
  • owner changed from fabien to Carl.Vondrick.
  • type changed from defect to enhancement.

I'm not sure if this is considered BC for 1.0.

03/12/08 23:12:13 changed by fabien

we can commit it to the 1.0 and 1.1 branch.

03/13/08 00:11:34 changed by Carl.Vondrick

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [7847]) 1.0: fixed awkard English in sfPropelAdmin (closes #2765)

03/13/08 00:14:17 changed by Carl.Vondrick

(In [7848]) 1.1: fixed awkward english in sfPropelAdmin (closes #2765)