Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#5139 closed defect (bug) (fixed)

Capitalization error on add user form error

Reported by: viper007bond's profile Viper007Bond Owned by:
Milestone: 2.5 Priority: lowest
Severity: trivial Version: 2.3
Component: I18N Keywords: has-patch
Focuses: Cc:

Description

Go to /wp-admin/users.php and submit the add user form without entering any data. You'll get the following error messages:

ERROR: Please enter a username.

ERROR: Please enter your password twice.

ERROR: please type an e-mail address

Note the capitalization on the e-mail address error message and lack of a period.

Attachments (1)

5139.diff (2.2 KB) - added by DD32 16 years ago.
Capitalisation + s/type/enter/ + quotation style

Download all attachments as: .zip

Change History (5)

#1 @Viper007Bond
16 years ago

  • Summary changed from Capitalization error to Capitalization error on add user form error

#2 @Viper007Bond
16 years ago

If you enter a non-email, it's also bad:

ERROR: the email address isn't correct

@DD32
16 years ago

Capitalisation + s/type/enter/ + quotation style

#3 @foolswisdom
16 years ago

  • Keywords has-patch added; needs-patch removed
  • Milestone changed from 2.3.1 to 2.4

#4 @markjaquith
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [6188]) Some error message normalization from Viper007Bond and DD32. fixes #5139

Note: See TracTickets for help on using tickets.