mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Editor: Fix back to items label capitalization for the pattern categories.
This uses the same capitalization used in Tags or Link Categories taxonomies. Props mukesh27. See #60322. git-svn-id: https://develop.svn.wordpress.org/trunk@57335 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1381ad98cd
commit
3bf2b25343
@ -235,7 +235,7 @@ function create_initial_taxonomies() {
|
||||
'singular_name' => _x( 'Pattern Category', 'taxonomy singular name' ),
|
||||
'add_new_item' => __( 'Add New Category' ),
|
||||
'add_or_remove_items' => __( 'Add or remove pattern categories' ),
|
||||
'back_to_items' => __( '← Go to pattern categories' ),
|
||||
'back_to_items' => __( '← Go to Pattern Categories' ),
|
||||
'choose_from_most_used' => __( 'Choose from the most used pattern categories' ),
|
||||
'edit_item' => __( 'Edit Pattern Category' ),
|
||||
'item_link' => __( 'Pattern Category Link' ),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user