diff --git a/inc/admin/welcome-screen/sections/free_pro.php b/inc/admin/welcome-screen/sections/free_pro.php index 4824806..e21c75e 100644 --- a/inc/admin/welcome-screen/sections/free_pro.php +++ b/inc/admin/welcome-screen/sections/free_pro.php @@ -43,7 +43,7 @@

-

+

@@ -66,8 +66,8 @@ -

-

+

+

diff --git a/inc/admin/welcome-screen/sections/getting-started.php b/inc/admin/welcome-screen/sections/getting-started.php index a34e959..bd65a3b 100644 --- a/inc/admin/welcome-screen/sections/getting-started.php +++ b/inc/admin/welcome-screen/sections/getting-started.php @@ -10,7 +10,7 @@
-

Welcome to Zerif Lite!

+

@@ -247,12 +247,12 @@ - +


- +

-

+

diff --git a/inc/admin/welcome-screen/welcome-screen.php b/inc/admin/welcome-screen/welcome-screen.php index d0b2380..aba24a1 100644 --- a/inc/admin/welcome-screen/welcome-screen.php +++ b/inc/admin/welcome-screen/welcome-screen.php @@ -41,7 +41,7 @@ public function __construct() { * @since 1.8.2.4 */ public function zerif_lite_welcome_register_menu() { - add_theme_page( 'About Zerif Lite', 'About Zerif Lite', 'activate_plugins', 'zerif-lite-welcome', array( $this, 'zerif_lite_welcome_screen' ) ); + add_theme_page( __( 'About Zerif Lite', 'zerif-lite' ), __( 'About Zerif Lite', 'zerif-lite' ), 'activate_plugins', 'zerif-lite-welcome', array( $this, 'zerif_lite_welcome_screen' ) ); } /** diff --git a/inc/customizer.php b/inc/customizer.php index a8d580f..675f1ae 100644 --- a/inc/customizer.php +++ b/inc/customizer.php @@ -102,7 +102,7 @@ public function render_content() { $wp_customize->add_control( 'zerif_use_safe_font', array( 'type' => 'checkbox', - 'label' => __( 'Use safe font?','zerif' ), + 'label' => __( 'Use safe font?','zerif-lite' ), 'section' => 'zerif_general_section', 'priority' => 1 ) ); @@ -175,7 +175,7 @@ public function render_content() { $wp_customize->add_control( 'zerif_change_to_full_width', array( 'type' => 'checkbox', - 'label' => __( 'Change the template to Full width for all the pages?','zerif' ), + 'label' => __( 'Change the template to Full width for all the pages?','zerif-lite' ), 'section' => 'zerif_general_section', 'priority' => 6 ) ); @@ -1975,7 +1975,7 @@ public function render_content() { $wp_customize->add_control( 'zerif_contactus_sitekey', array( 'label' => __( 'Site key', 'zerif-lite' ), - 'description' => ''.__('Create an account here','zerif-lite').' to get the Site key and the Secret key for the reCaptcha.', + 'description' => sprintf( _x( '%s to get the Site key and the Secret key for the reCaptcha.', '%s = "Create an acount here"', 'zerif-lite' ), ''.__( 'Create an account here' , 'zerif-lite' ).'' ), 'section' => 'zerif_contactus_section', 'priority' => 7, ));