Plugin Directory

Changeset 1702350


Ignore:
Timestamp:
07/25/2017 12:02:03 PM (9 years ago)
Author:
jeyapriya
Message:

Fixed typo errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • yakit/trunk/yakit-shipping.php

    r1702296 r1702350  
    4242 
    4343                    $this->enabled = isset( $this->settings['enabled'] ) ? $this->settings['enabled'] : 'yes';
    44                     $this->title = isset( $this->settings['title'] ) ? $this->settings['title'] : __( 'yakit Shipping', 'yakit' );
     44                    $this->title = isset( $this->settings['title'] ) ? $this->settings['title'] : __( 'Yakit Shipping', 'yakit' );
    4545                }
    4646               
     
    8383                          'description' => __( 'Yakit account key', 'yakit' ),
    8484                          'default' => ''
    85                           ),
     85                          ),*/
    8686                    'title' => array(
    8787                        'title' => __( 'Title', 'yakit' ),
    8888                          'type' => 'text',
    8989                          'description' => __( 'Title to be display on site', 'yakit' ),
    90                           'default' => __( 'yakit Shipping', 'yakit' )
    91                           ),*/
     90                          'default' => __( 'Yakit Shipping', 'yakit' )
     91                          ),
    9292                    );
    9393                 }
     
    412412            if(isset($_GET['au'])) update_option('yakit_account_username',$_GET['au']);
    413413            if(isset($_GET['ak'])) update_option('yakit_account_key',$_GET['ak']);
    414             if(isset($_GET['au']) && isset($_GET['ak'])) echo '<h3 style="color:green;">Thank you for setting up Yakit account! Start shipping!</h3>';
     414            echo '<h3 style="color:green;">Thank you for setting up Yakit account! Start shipping!</h3>';
    415415            $custom_settings = array();
    416416            $custom_settings[] = array( 'name' => __( 'Yakit Settings', 'text-domain' ),
    417417                                   'type' => 'title',
    418                                    'desc' => __( 'The following options are used to ...', 'text-domain' ),
     418                                   'desc' => __( 'The following account settings used to communicate with Yakit rate api.', 'text-domain' ),
    419419                                   'id' => 'yakit_settings'
    420420                                  );
Note: See TracChangeset for help on using the changeset viewer.