Plugin Directory

Changeset 833442


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

Bug: Post Typing label fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • canto-clients/trunk/lib/custom.post.class.php

    r801905 r833442  
    6464                       'name' => __($postType, $this->TXTDOMAIN),
    6565                       'singular_name'  => __($postType, $this->TXTDOMAIN),
    66                        'add_new' => __('Add New ' . $postType, $this->TXTDOMAIN),
    67                        'add_new_item' => __('Add New ' . $postType,$this->TXTDOMAIN),
    68                        'edit_item' => __('Edit ' . $postType, $this->TXTDOMAIN),
    69                        'new_item' => __('Add New ' . $postType, $this->TXTDOMAIN),
    70                        'view_item' => __('View ' . $postType, $this->TXTDOMAIN),
     66                       'add_new' => __('Add New', $this->TXTDOMAIN),
     67                       'add_new_item' => __('Add New',$this->TXTDOMAIN),
     68                       'edit_item' => __('Edit', $this->TXTDOMAIN),
     69                       'new_item' => __('Add New', $this->TXTDOMAIN),
     70                       'view_item' => __('View', $this->TXTDOMAIN),
    7171                       'search_item' => __('Search ' . $postType, $this->TXTDOMAIN),
    7272                       'not_found' => __('No ' . $postType . ' Found', $this->TXTDOMAIN),
Note: See TracChangeset for help on using the changeset viewer.