Plugin Directory

Changeset 833441


Ignore:
Timestamp:
01/05/2014 07:33:27 PM (12 years ago)
Author:
CantoThemes
Message:

Bug: Post Typing label fixed

Location:
canto-testimonials/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • canto-testimonials/trunk/canto-testimonials.php

    r802101 r833441  
    2828    if( class_exists('Canto_CustomPostType') && class_exists('Canto_CustomMetaBox') ){
    2929        $testomonials_cptype = array(
    30             'postType' => 'Testomonial',
     30            'postType' => 'Testimonials',
    3131            'txtdomain' => CANTO_TESTIMONIALS_TXTDOMAIN,
    3232            'postTypeDesc' => 'Describe about your service.',
  • canto-testimonials/trunk/lib/custom.post.class.php

    r798964 r833441  
    3535                       'name' => __($postType, $this->TXTDOMAIN),
    3636                       'singular_name'  => __($postType, $this->TXTDOMAIN),
    37                        'add_new' => __('Add New ' . $postType, $this->TXTDOMAIN),
    38                        'add_new_item' => __('Add New ' . $postType,$this->TXTDOMAIN),
    39                        'edit_item' => __('Edit ' . $postType, $this->TXTDOMAIN),
    40                        'new_item' => __('Add New ' . $postType, $this->TXTDOMAIN),
    41                        'view_item' => __('View ' . $postType, $this->TXTDOMAIN),
     37                       'add_new' => __('Add New', $this->TXTDOMAIN),
     38                       'add_new_item' => __('Add New',$this->TXTDOMAIN),
     39                       'edit_item' => __('Edit', $this->TXTDOMAIN),
     40                       'new_item' => __('Add New', $this->TXTDOMAIN),
     41                       'view_item' => __('View', $this->TXTDOMAIN),
    4242                       'search_item' => __('Search ' . $postType, $this->TXTDOMAIN),
    4343                       'not_found' => __('No ' . $postType . ' Found', $this->TXTDOMAIN),
Note: See TracChangeset for help on using the changeset viewer.