Ticket #13515: wp_13515_stas.diff

File wp_13515_stas.diff, 711 bytes (added by sushkov, 3 years ago)
Line 
1Index: wp-includes/taxonomy.php
2===================================================================
3--- wp-includes/taxonomy.php    (revision 14835)
4+++ wp-includes/taxonomy.php    (working copy)
5@@ -342,7 +342,7 @@
6                'parent_item' => array( null, __( 'Parent Category' ) ),
7                'parent_item_colon' => array( null, __( 'Parent Category:' ) ),
8                'edit_item' => array( __( 'Edit Tag' ), __( 'Edit Category' ) ),
9-               'update_item' => array( __( 'Update Tag' ), __( 'Update Category' ) ),
10+               'update_item' => array( __( 'Update' ), __( 'Update Category' ) ),
11                'add_new_item' => array( __( 'Add New Tag' ), __( 'Add New Category' ) ),
12                'new_item_name' => array( __( 'New Tag Name' ), __( 'New Category Name' ) ),
13        );