| @@ -5,9 +5,9 @@ | ||
| 5 | 5 | 'type' => 'postbox', |
| 6 | 6 | 'label' => 'Typography Settings', |
| 7 | 7 | 'options' => array( |
| 8 | 8 | 'typography' => array( |
| 9 | - 'label' => __( 'Enable Typography Options', 'pixcustomify_txtd' ), | |
| 9 | + 'label' => __( 'Enable Typography Options', 'customify' ), | |
| 10 | 10 | 'default' => true, |
| 11 | 11 | 'type' => 'switch', |
| 12 | 12 | 'show_group' => 'typography_group', |
| 13 | 13 | 'display_option' => true |
| @@ -17,17 +17,17 @@ | ||
| 17 | 17 | 'type' => 'group', |
| 18 | 18 | 'options' => array( |
| 19 | 19 | 'typography_standard_fonts' => array( |
| 20 | 20 | 'name' => 'typography_standard_fonts', |
| 21 | - 'label' => __( 'Use Standard fonts:', 'pixcustomify_txtd' ), | |
| 22 | - 'desc' => __( 'Would you like them?', 'pixcustomify_txtd' ), | |
| 21 | + 'label' => __( 'Use Standard fonts:', 'customify' ), | |
| 22 | + 'desc' => __( 'Would you like them?', 'customify' ), | |
| 23 | 23 | 'default' => true, |
| 24 | 24 | 'type' => 'switch', |
| 25 | 25 | ), |
| 26 | 26 | 'typography_google_fonts' => array( |
| 27 | 27 | 'name' => 'typography_google_fonts', |
| 28 | - 'label' => __( 'Use Google fonts:', 'pixcustomify_txtd' ), | |
| 29 | - 'desc' => __( 'Would you like them?', 'pixcustomify_txtd' ), | |
| 28 | + 'label' => __( 'Use Google fonts:', 'customify' ), | |
| 29 | + 'desc' => __( 'Would you like them?', 'customify' ), | |
| 30 | 30 | 'default' => true, |
| 31 | 31 | 'type' => 'switch', |
| 32 | 32 | 'show_group' => 'typography_google_fonts_group', |
| 33 | 33 | 'display_option' => true |
| @@ -36,10 +36,10 @@ | ||
| 36 | 36 | 'type' => 'group', |
| 37 | 37 | 'options' => array( |
| 38 | 38 | 'typography_group_google_fonts' => array( |
| 39 | 39 | 'name' => 'typography_standard_fonts', |
| 40 | - 'label' => __( 'Group Google fonts:', 'pixcustomify_txtd' ), | |
| 41 | - 'desc' => __( 'You can chose to see the google fonts in groups', 'pixcustomify_txtd' ), | |
| 40 | + 'label' => __( 'Group Google fonts:', 'customify' ), | |
| 41 | + 'desc' => __( 'You can chose to see the google fonts in groups', 'customify' ), | |
| 42 | 42 | 'default' => true, |
| 43 | 43 | 'type' => 'switch', |
| 44 | 44 | ), |
| 45 | 45 | ) |