Changeset 1553:e42635c9dc4a for plugins/importExport/inc
- Timestamp:
- 08/23/13 22:28:13 (12 years ago)
- Branch:
- default
- Location:
- plugins/importExport/inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/class.dc.ieModule.php
r840 r1553 73 73 return 74 74 '<h3>'.__('Congratulation!').'</h3>'. 75 '<p >'.__('Your blog has been successfully imported. Welcome on Dotclear 2!').'</p>'.75 '<p class="success">'.__('Your blog has been successfully imported. Welcome on Dotclear 2!').'</p>'. 76 76 '<ul><li><strong><a href="post.php">'.__('Why don\'t you blog this now?').'</a></strong></li>'. 77 77 '<li>'.__('or').' <a href="index.php">'.__('visit your dashboard').'</a></li></ul>'; -
plugins/importExport/inc/class.dc.import.feed.php
r1528 r1553 77 77 { 78 78 if ($this->status) { 79 dcPage:: message(__('Content successfully imported.'));79 dcPage::success(__('Content successfully imported.')); 80 80 } 81 81
Note: See TracChangeset
for help on using the changeset viewer.