From 04ceb372404d2b95bb3d2c8b231a1d4d8f0568a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Hern=C3=A1ndez?= Date: Fri, 15 Jul 2016 23:11:08 -0500 Subject: [PATCH] =?UTF-8?q?Configuraci=C3=B3n=20de=20functions.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 3bd8c73..79af6a4 100644 --- a/functions.php +++ b/functions.php @@ -93,10 +93,10 @@ add_image_size( 'imagen-pdf', 30,30, true ); function crear_eventos() { $labels = array( - 'name' => _x( 'evento', 'Post Type General Name', 'text_domain' ), + 'name' => _x( 'Eventos', 'Post Type General Name', 'text_domain' ), 'singular_name' => _x( 'evento', 'Post Type Singular Name', 'text_domain' ), - 'menu_name' => __( 'evento', 'text_domain' ), - 'name_admin_bar' => __( 'eventos', 'text_domain' ), + 'menu_name' => __( 'Evento', 'text_domain' ), + 'name_admin_bar' => __( 'Eventos', 'text_domain' ), 'archives' => __( 'Item Archives', 'text_domain' ), 'parent_item_colon' => __( 'Evento superior', 'text_domain' ), 'all_items' => __( 'Todos los eventos', 'text_domain' ),