Make WordPress Core

Opened 19 years ago

Closed 18 years ago

Last modified 18 years ago

#2602 closed defect (bug) (fixed)

Typo in the General Options

Reported by: zedlander's profile zedlander Owned by:
Milestone: Priority: low
Severity: trivial Version: 2.0.2
Component: Administration Keywords: typo admin bg|dev-feedback has-patch
Focuses: Cc:

Description

On the General Options Admin page, underneath the date/time format settings, the text should read 'Save option[s] to update sample output.', instead of 'Save option[] to update sample output.' There is more than one option, after all! It could also be changed to 'Update options...' to match the text of the button.
The code is on line 85 of /wp-admin/options-general.php.

Attachments (1)

typo_options.2602.r3661.1.diff (666 bytes) - added by abhay 19 years ago.
here's a patch but i don't think it's worth it if we change the way the textfield works as i described in the comment thread.

Download all attachments as: .zip

Change History (7)

#1 @markjaquith
19 years ago

For English, shouldn't it use parenthesis like "Save option(s) ... " ?

#2 @abhay
19 years ago

  • Keywords bg|dev-feedback added

Since we're all about AJAX-ifying the admin interface, we should probably have the caption automatically update when the text field is changed.

@abhay
19 years ago

here's a patch but i don't think it's worth it if we change the way the textfield works as i described in the comment thread.

#3 @davidhouse
19 years ago

We still need the fix for a fallback if JS is turned off.

#4 @rgovostes
19 years ago

  • Keywords has-patch added

#5 @markjaquith
18 years ago

  • Milestone changed from 2.1 to 2.0.5
  • Resolution set to fixed
  • Status changed from new to closed

(In [4297]) Better phrasing for date format text. Props abhay and zedlander. fixes: #2602

#6 @(none)
18 years ago

  • Milestone 2.0.5 deleted

Milestone 2.0.5 deleted

Note: See TracTickets for help on using tickets.