Skip to content

Commit

Permalink
tradução de novass strings criadas
Browse files Browse the repository at this point in the history
  • Loading branch information
diegorojas committed Sep 12, 2017
1 parent 2769cf4 commit e229808
Show file tree
Hide file tree
Showing 4 changed files with 569 additions and 522 deletions.
8 changes: 4 additions & 4 deletions inc/customizer.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
Description<?php
/**
* coletivo Theme Customizer.
*
Expand Down Expand Up @@ -472,7 +472,7 @@ function coletivo_customize_register( $wp_customize ) {
array(
'label' => esc_html__('Title section in customizer', 'coletivo'),
'section' => 'coletivo_hero_settings',
'description' => esc_html__( 'Description: this title is only showed in customizer', 'coletivo'),
'description' => esc_html__( 'This title is only showed in customizer', 'coletivo'),
)
);

Expand Down Expand Up @@ -1143,7 +1143,7 @@ function coletivo_customize_register( $wp_customize ) {
array(
'label' => esc_html__('Title section in customizer', 'coletivo'),
'section' => 'coletivo_featuredpage_settings',
'description' => esc_html__( 'Description: this title is only showed in customizer', 'coletivo'),
'description' => esc_html__( 'This title is only showed in customizer', 'coletivo'),
)
);

Expand Down Expand Up @@ -1585,7 +1585,7 @@ function coletivo_customize_register( $wp_customize ) {
array(
'label' => esc_html__('Title section in customizer', 'coletivo'),
'section' => 'coletivo_videolightbox_settings',
'description' => esc_html__( 'Description: this title is only showed in customizer', 'coletivo'),
'description' => esc_html__( 'This title is only showed in customizer', 'coletivo'),
)
);
// Section ID
Expand Down
Loading

0 comments on commit e229808

Please sign in to comment.