Changeset 5000

Show
Ignore:
Timestamp:
11/10/09 03:49:50 (4 months ago)
Author:
kaminogoya
Message:

Updated New Version widget. BugzID #101057

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/greyhound/lib/MT/CMS/Dashboard.pm

    r4921 r5000  
    130130      { 
    131131        feature_label => MT->translate('Design with Themes'), 
    132         feature_url  => $app->help_url('mt5/design/'), 
    133         feature_description => MT->translate('Create and apply a theme to change blog templates, categories and other configurations.'), 
     132        feature_description => MT->translate('Create and apply a theme to change templates, categories, folders and custom fields.'), 
    134133      }, 
    135134      { 
    136135        feature_label => MT->translate('Website Management'), 
    137         feature_url  => $app->help_url('mt5/website/'), 
    138136        feature_description => MT->translate('Manage multiple blogs for each website. Now, it\'s much easier to create a portal with MultiBlog.'), 
    139137      }, 
    140138      { 
    141139        feature_label => MT->translate('Revision History'), 
    142         feature_url  => $app->help_url('mt5/revision/'), 
    143140        feature_description => MT->translate('The revision history for entries and templates protects users from unexpected modification.'), 
     141      }, 
     142      { 
     143        feature_label => MT->translate('Movable Type Online Manual'), 
     144        feature_url  => $app->help_url('http://www.movabletype.org/documentation/'), 
     145        feature_description => MT->translate('Whether you\'re new to Movable Type or using it for the first time, learn more about what this tool can do for you.'), 
    144146      }; 
    145147}