Changeset 5000
- Timestamp:
- 11/10/09 03:49:50 (4 months ago)
- Files:
-
- 1 modified
-
branches/greyhound/lib/MT/CMS/Dashboard.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/greyhound/lib/MT/CMS/Dashboard.pm
r4921 r5000 130 130 { 131 131 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.'), 134 133 }, 135 134 { 136 135 feature_label => MT->translate('Website Management'), 137 feature_url => $app->help_url('mt5/website/'),138 136 feature_description => MT->translate('Manage multiple blogs for each website. Now, it\'s much easier to create a portal with MultiBlog.'), 139 137 }, 140 138 { 141 139 feature_label => MT->translate('Revision History'), 142 feature_url => $app->help_url('mt5/revision/'),143 140 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.'), 144 146 }; 145 147 }
