Plugin Directory

Changeset 3413235


Ignore:
Timestamp:
12/06/2025 09:23:36 PM (4 months ago)
Author:
wpSight
Message:

improved translation

Location:
wpcasa-contact-form-7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpcasa-contact-form-7/tags/1.4.0/includes/admin/class-wpsight-contact-form-7-admin.php

    r3413224 r3413235  
    8181                'type'      => 'select',
    8282                'options'   => array(
    83                     'h2' => __( 'h2' ),
    84                     'h3' => __( 'h3' ),
    85                     'h4' => __( 'h4' ),
    86                     'h5' => __( 'h5' ),
    87                     'h6' => __( 'h6' ),
     83                    'h2' => 'h2',
     84                    'h3' => 'h3',
     85                    'h4' => 'h4',
     86                    'h5' => 'h5',
     87                    'h6' => 'h6',
    8888                )
    8989            );
  • wpcasa-contact-form-7/trunk/includes/admin/class-wpsight-contact-form-7-admin.php

    r3413224 r3413235  
    8181                'type'      => 'select',
    8282                'options'   => array(
    83                     'h2' => __( 'h2' ),
    84                     'h3' => __( 'h3' ),
    85                     'h4' => __( 'h4' ),
    86                     'h5' => __( 'h5' ),
    87                     'h6' => __( 'h6' ),
     83                    'h2' => 'h2',
     84                    'h3' => 'h3',
     85                    'h4' => 'h4',
     86                    'h5' => 'h5',
     87                    'h6' => 'h6',
    8888                )
    8989            );
Note: See TracChangeset for help on using the changeset viewer.