Changeset 1569:a643401a714a for plugins/importExport
- Timestamp:
- 08/24/13 22:24:19 (12 years ago)
- Branch:
- default
- Location:
- plugins/importExport/inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/class.dc.import.dc1.php
r1559 r1569 145 145 '<p>'.sprintf(__('Import the content of a Dotclear 1.2\'s blog in the current blog: %s.'), 146 146 '<strong>'.html::escapeHTML($this->core->blog->name).'</strong>').'</p>'. 147 '<p class=" form-note warn">'.__('Please note that this process '.147 '<p class="warning">'.__('Please note that this process '. 148 148 'will empty your categories, blogroll, entries and comments on the current blog.').'</p>'; 149 149 -
plugins/importExport/inc/class.dc.import.wp.php
r1559 r1569 176 176 '<p>'.sprintf(__('This will import your WordPress content as new content in the current blog: %s.'), 177 177 '<strong>'.html::escapeHTML($this->core->blog->name).'</strong>').'</p>'. 178 '<p class=" form-note warn">'.__('Please note that this process '.178 '<p class="warning">'.__('Please note that this process '. 179 179 'will empty your categories, blogroll, entries and comments on the current blog.').'</p>'; 180 180
Note: See TracChangeset
for help on using the changeset viewer.