Changeset 2158:13b49921f64a for admin/plugins.php
- Timestamp:
- 09/30/13 08:53:36 (12 years ago)
- Branch:
- dcRepo
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/plugins.php
r2157 r2158 154 154 __('There is one plugin to update available from %2$s.', 'There are %s plugins to update available from %s.', count($modules)), 155 155 count($modules), 156 '<a title="'.__('Visit Dotaddict').'" href="http://dotaddict.org/dc2/plugins">dotaddict.org</a>'156 '<a href="http://dotaddict.org/dc2/plugins">Dotaddict</a>' 157 157 ).'</p>'; 158 158 … … 180 180 echo 181 181 '<h3>'.__('Activated plugins').'</h3>'. 182 '<p>'.__(' You can manage installed plugins from this list.').'</p>';182 '<p>'.__('Manage installed plugins from this list.').'</p>'; 183 183 184 184 $list … … 236 236 237 237 echo 238 '<div class="info">'. 239 '<p>'.sprintf( 238 '<p class="info vertical-separator">'.sprintf( 240 239 __("Visit %s repository, the resources center for Dotclear."), 241 240 '<a href="http://dotaddict.org/dc2/plugins">Dotaddict</a>' 242 ).'</p></div>'. 241 ). 242 '</p>'. 243 243 244 '</div>'; 244 245
Note: See TracChangeset
for help on using the changeset viewer.