Changeset 7397 for trunk/wp-admin/import/dotclear.php
- Timestamp:
- 03/19/2008 04:00:09 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import/dotclear.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/dotclear.php
r7072 r7397 226 226 // Store category translation for future use 227 227 add_option('dccat2wpcat',$dccat2wpcat); 228 echo '<p>'.sprintf(__ ('Done! <strong>%1$s</strong> categories imported.'), $count).'<br /><br /></p>';228 echo '<p>'.sprintf(__ngettext('Done! <strong>%1$s</strong> category imported.', 'Done! <strong>%1$s</strong> categories imported.', $count), $count).'<br /><br /></p>'; 229 229 return true; 230 230 }
Note: See TracChangeset
for help on using the changeset viewer.