Plugin Directory

Changeset 1666583


Ignore:
Timestamp:
05/29/2017 04:34:01 PM (9 years ago)
Author:
netdelight
Message:

udpated "add new" label

Location:
sharing-club/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sharing-club/trunk/readme.txt

    r1666413 r1666583  
    3434
    3535The easiest way is to let Wordpress do the job for you :
     36
    36371. Log in to your WordPress dashboard
    37382. In the dashboard left menu click on Plugins > Add New
  • sharing-club/trunk/sharing-club.php

    r1666303 r1666583  
    1616__('available', 'sharing-club');
    1717__('requested', 'sharing-club');
    18 __('na', 'sharing-club');
    1918
    2019load_plugin_textdomain(
     
    7574              'search_items' => __('Search object', 'sharing-club'),
    7675              'not_found' => __('Object not found', 'sharing-club'),
    77               'not_found_in_trash'=> __('Trashed object not found', 'sharing-club')
     76              'not_found_in_trash'=> __('Trashed object not found', 'sharing-club'),
     77              // this is the menu label :
     78              'add_new' => __('Add object', 'sharing-club'),
    7879              ),
    7980            'menu_icon' => 'dashicons-universal-access-alt',
Note: See TracChangeset for help on using the changeset viewer.