From 8f5a81d6e94de3edff7a0d49e4810dc0de384d29 Mon Sep 17 00:00:00 2001 From: Corey McKrill <916023+coreymckrill@users.noreply.github.com> Date: Wed, 16 Oct 2019 15:30:58 -0700 Subject: [PATCH] Contributors: Use simplified all_items label --- plugins/wporg-5ftf/includes/contributor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/wporg-5ftf/includes/contributor.php b/plugins/wporg-5ftf/includes/contributor.php index 54eb774..483db20 100644 --- a/plugins/wporg-5ftf/includes/contributor.php +++ b/plugins/wporg-5ftf/includes/contributor.php @@ -25,7 +25,7 @@ function register_custom_post_type() { 'archives' => __( 'Contributor Archives', 'wporg' ), 'attributes' => __( 'Contributor Attributes', 'wporg' ), 'parent_item_colon' => __( 'Parent Contributor:', 'wporg' ), - 'all_items' => __( 'All Contributors', 'wporg' ), + 'all_items' => __( 'Contributors', 'wporg' ), 'add_new_item' => __( 'Add New Contributor', 'wporg' ), 'add_new' => __( 'Add New', 'wporg' ), 'new_item' => __( 'New Contributor', 'wporg' ),