Changeset 1689

Show
Ignore:
Timestamp:
04/01/08 23:12:45 (8 months ago)
Author:
breese
Message:

revised intro to 4.1.5 copy on dashboard widget

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-32/lib/MT/CMS/Dashboard.pm

    r1612 r1689  
    6868    push @{ $param->{feature_loop} ||= [] }, 
    6969      { 
    70         feature_label => MT->translate('Shared Template Modules'), 
    71         feature_url  => $app->help_url('designer/shared-templates.html'), 
    72         feature_description => MT->translate('Reuse elements of your site design or layout across all the blogs and sites managed within Movable Type.') 
     70        feature_label => MT->translate('Better, Stronger, Faster'), 
     71        feature_url  => $app->help_url('mt415/known-issues.html'), 
     72        feature_description => MT->translate('A concerted effort has been made to make significant improvements to Movable Type\'s performance and reliability with added features like Server Side Includes and Template Module Caching'); 
    7373      }, 
    7474      { 
    75         feature_label => MT->translate('Userpics'), 
    76         feature_url  => $app->help_url('author/userpics.html'), 
    77         feature_description => MT->translate('Allow authors and commenters to upload a photo of themselves to be displayed alongside their comments.') 
     75        feature_label => MT->translate('Improved Template Management'), 
     76        feature_url  => $app->help_url('mt415/whats-new.html#design-changes'), 
     77        feature_description => MT->translate('The template editing interface has been enhanced to make designers more efficient at updating their site\'s design.'); 
    7878      }, 
    7979      { 
    80         feature_label => MT->translate('Template Sets'), 
    81         feature_url  => $app->help_url('designer/template-sets.html'), 
    82         feature_description => MT->translate('Template sets provide an easy way to bundle an entire design and install it into Movable Type.') 
     80        feature_label => MT->translate('Threaded Comments'), 
     81        feature_url  => $app->help_url('mt415/threaded-comments.html'), 
     82        feature_description => MT->translate('Allow commenters on your blog to reply to each other increasing user engagement and creating more dynamic conversations.'); 
    8383      }; 
    8484}