From 0c76f814cb5ef2d635ab1370917ac1665b9cbd7d Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Sun, 3 Jun 2018 21:37:31 +0200 Subject: [PATCH] fix translate --- functions/setup.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/functions/setup.php b/functions/setup.php index 25c2892..ef8a816 100644 --- a/functions/setup.php +++ b/functions/setup.php @@ -147,9 +147,8 @@ function ptibogxivtheme_theme_customize_register( $wp_customize ) { new WP_Customize_Control( $wp_customize, 'ptibogxivtheme_brand_style', array( - 'label' => __( 'Home brand style', 'understrap' ), - 'description' => __( "Style of brand home button in navbar", - 'understrap' ), + 'label' => __( 'Home brand style', 'ptibogxivtheme' ), + 'description' => __( "Style of brand home button in navbar", 'ptibogxivtheme' ), 'section' => 'ptibogxivtheme_theme_layout_options', 'settings' => 'ptibogxivtheme_brand_style', 'type' => 'select',