Plugin Directory

Changeset 3413243


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

fixed typo

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

    r3413235 r3413243  
    6565            'contact_form_7_listing_form_print_heading' => array(
    6666                'name'      => esc_html__( 'Print Title Heading', 'wpcasa-contact-form-7' ),
    67                 'desc'      => esc_html__( 'Select check the box if you want to print the form title as heading above the form.', 'wpcasa-contact-form-7' ),
     67                'desc'      => esc_html__( 'Please check the box if you want to print the form title as heading above the form.', 'wpcasa-contact-form-7' ),
    6868                'id'        => 'contact_form_7_listing_form_print_heading',
    6969                'type'      => 'checkbox',
     
    9393        $options_cf7['contact_form_7_listing_form_show_unavailable_listings'] = array(
    9494            'name'      => esc_html__( 'Show on unavailable listings', 'wpcasa-contact-form-7' ),
    95             'desc'      => esc_html__( 'Select uncheck the box if you don\'t want to show the form on the page of unavailable listings.', 'wpcasa-contact-form-7' ),
     95            'desc'      => esc_html__( 'Please uncheck the box if you don\'t want to show the form on the page of unavailable listings.', 'wpcasa-contact-form-7' ),
    9696            'id'        => 'contact_form_7_listing_form_show_unavailable_listings',
    9797            'type'      => 'checkbox',
  • wpcasa-contact-form-7/trunk/includes/admin/class-wpsight-contact-form-7-admin.php

    r3413235 r3413243  
    6565            'contact_form_7_listing_form_print_heading' => array(
    6666                'name'      => esc_html__( 'Print Title Heading', 'wpcasa-contact-form-7' ),
    67                 'desc'      => esc_html__( 'Select check the box if you want to print the form title as heading above the form.', 'wpcasa-contact-form-7' ),
     67                'desc'      => esc_html__( 'Please check the box if you want to print the form title as heading above the form.', 'wpcasa-contact-form-7' ),
    6868                'id'        => 'contact_form_7_listing_form_print_heading',
    6969                'type'      => 'checkbox',
     
    9393        $options_cf7['contact_form_7_listing_form_show_unavailable_listings'] = array(
    9494            'name'      => esc_html__( 'Show on unavailable listings', 'wpcasa-contact-form-7' ),
    95             'desc'      => esc_html__( 'Select uncheck the box if you don\'t want to show the form on the page of unavailable listings.', 'wpcasa-contact-form-7' ),
     95            'desc'      => esc_html__( 'Please uncheck the box if you don\'t want to show the form on the page of unavailable listings.', 'wpcasa-contact-form-7' ),
    9696            'id'        => 'contact_form_7_listing_form_show_unavailable_listings',
    9797            'type'      => 'checkbox',
Note: See TracChangeset for help on using the changeset viewer.