From 4fe2c848c2bf4699e6b30c90c1288d6be64f8733 Mon Sep 17 00:00:00 2001 From: Tetrakern <26898880+Tetrakern@users.noreply.github.com> Date: Fri, 9 Feb 2024 14:57:47 +0100 Subject: [PATCH] Update customizer descriptions --- includes/functions/_customizer-settings.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/includes/functions/_customizer-settings.php b/includes/functions/_customizer-settings.php index ac9791b4..c5e35329 100644 --- a/includes/functions/_customizer-settings.php +++ b/includes/functions/_customizer-settings.php @@ -2934,7 +2934,7 @@ function fictioneer_add_fonts_customizer_settings( $manager ) { 'priority' => 10, 'section' => 'fictioneer_fonts', 'label' => __( 'Site Title Font', 'fictioneer' ), - 'description' => __( 'Used for the site title and tagline. Default "Open Sans".', 'fictioneer' ), + 'description' => __( 'Used for the site title and tagline. Defaults to heading font.', 'fictioneer' ), 'choices' => $font_sub_options ) ); @@ -2956,7 +2956,7 @@ function fictioneer_add_fonts_customizer_settings( $manager ) { 'priority' => 10, 'section' => 'fictioneer_fonts', 'label' => __( 'Navigation Item Font', 'fictioneer' ), - 'description' => __( 'Used for the items in the navigation bar. Default "Open Sans".', 'fictioneer' ), + 'description' => __( 'Used for the items in the navigation bar. Defaults to primary font.', 'fictioneer' ), 'choices' => $font_sub_options ) ); @@ -2978,7 +2978,7 @@ function fictioneer_add_fonts_customizer_settings( $manager ) { 'priority' => 10, 'section' => 'fictioneer_fonts', 'label' => __( 'Story Title Font', 'fictioneer' ), - 'description' => __( 'Used for the title on story pages. Default "Open Sans".', 'fictioneer' ), + 'description' => __( 'Used for the title on story pages. Defaults to heading font.', 'fictioneer' ), 'choices' => $font_sub_options ) ); @@ -3000,7 +3000,7 @@ function fictioneer_add_fonts_customizer_settings( $manager ) { 'priority' => 10, 'section' => 'fictioneer_fonts', 'label' => __( 'Chapter Title Font', 'fictioneer' ), - 'description' => __( 'Used for the title on chapter pages. Default "Open Sans".', 'fictioneer' ), + 'description' => __( 'Used for the title on chapter pages. Defaults to heading font.', 'fictioneer' ), 'choices' => $font_sub_options ) ); @@ -3022,7 +3022,7 @@ function fictioneer_add_fonts_customizer_settings( $manager ) { 'priority' => 10, 'section' => 'fictioneer_fonts', 'label' => __( 'Chapter List Title Font', 'fictioneer' ), - 'description' => __( 'Used for the title row in chapter lists. Default "Open Sans".', 'fictioneer' ), + 'description' => __( 'Used for the title row in chapter lists. Defaults to primary font.', 'fictioneer' ), 'choices' => $font_sub_options ) ); @@ -3044,7 +3044,7 @@ function fictioneer_add_fonts_customizer_settings( $manager ) { 'priority' => 10, 'section' => 'fictioneer_fonts', 'label' => __( 'Card Title Font', 'fictioneer' ), - 'description' => __( 'Used for the card titles. Default "Open Sans".', 'fictioneer' ), + 'description' => __( 'Used for the card titles. Defaults to heading font.', 'fictioneer' ), 'choices' => $font_sub_options ) ); @@ -3066,7 +3066,7 @@ function fictioneer_add_fonts_customizer_settings( $manager ) { 'priority' => 10, 'section' => 'fictioneer_fonts', 'label' => __( 'Card Body Font', 'fictioneer' ), - 'description' => __( 'Used for the card content. Default "Lato".', 'fictioneer' ), + 'description' => __( 'Used for the card content. Defaults to secondary font.', 'fictioneer' ), 'choices' => $font_sub_options ) ); @@ -3088,7 +3088,7 @@ function fictioneer_add_fonts_customizer_settings( $manager ) { 'priority' => 10, 'section' => 'fictioneer_fonts', 'label' => __( 'Card List Link Font', 'fictioneer' ), - 'description' => __( 'Used for the links in card lists. Default "Lato".', 'fictioneer' ), + 'description' => __( 'Used for the links in card lists. Defaults to secondary font.', 'fictioneer' ), 'choices' => $font_sub_options ) );