Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#24945 closed defect (bug) (fixed)

Consolidate similar menu locations strings

Reported by: DrewAPicture Owned by: SergeyBiryukov
Priority: normal Milestone: 3.7
Component: I18N Version: 3.6
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

In the new 'Manage Locations' tab added to the Menus screen in 3.6, we have this plural/singular string:

'Your theme supports %s menu. Select which menu you would like to use below.', 'Your theme supports %s menus. Select a menu to use for each theme location below.'

And in the nav menus Customizer control we have this plural/singular string:

'Your theme supports %s menu. Select which menu you would like to use.', 'Your theme supports %s menus. Select which menu appears in each location.'

The patch consolidates both to use the Customizer control version.

Attachments (1)

24945.diff (929 bytes ) - added by DrewAPicture 13 years ago.

Download all attachments as: .zip

Change History (2)

@DrewAPicture
13 years ago

#1 @SergeyBiryukov
13 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 25218:

Consolidate similar menu locations strings. props DrewAPicture. fixes #24945.

Note: See TracTickets for help on using tickets.