Use singular staff label

This commit is contained in:
Brian Miyaji
2015-04-11 14:38:54 +10:00
parent 08fbbea9c9
commit 93aef64809

View File

@@ -462,8 +462,8 @@ class SP_Post_types {
apply_filters( 'sportspress_register_post_type_staff',
array(
'labels' => array(
'name' => _n( 'Staff', 'Staff', 2, 'sportspress' ),
'singular_name' => _n( 'Staff', 'Staff', 1, 'sportspress' ),
'name' => __( 'Staff', 'sportspress' ),
'singular_name' => __( 'Staff', 'sportspress' ),
'add_new_item' => __( 'Add New Staff', 'sportspress' ),
'edit_item' => __( 'Edit Staff', 'sportspress' ),
'new_item' => __( 'New', 'sportspress' ),