Changeset 1360

Show
Ignore:
Timestamp:
11/27/08 02:34:48 (6 weeks ago)
Author:
MattRead
Message:

blogroll: Make the blogroll admin menu links actually say BLOGROLL not link

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/blogroll/trunk/blogroll.plugin.php

    r1357 r1360  
    8787        $names = array( 
    8888            self::CONTENT_TYPE => array( 
    89                 'singular' => _t( 'Link', self::CONTENT_TYPE ), 
    90                 'plural' => _t( 'Links', self::CONTENT_TYPE ), 
     89                'singular' => _t( 'Blogroll Link', self::CONTENT_TYPE ), 
     90                'plural' => _t( 'Blogroll', self::CONTENT_TYPE ), 
    9191            ) 
    9292        );