Make punctuation consistent. Props hervada and lloydbudd. fixes #5880

git-svn-id: http://svn.automattic.com/wordpress/trunk@7072 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-02-27 22:05:50 +00:00
parent eaf3da1a2c
commit d91f8ed06e
9 changed files with 9 additions and 9 deletions

View File

@@ -197,5 +197,5 @@ class BW_Import {
$blogware_import = new BW_Import();
register_importer('blogware', __('Blogware'), __('Import posts from Blogware'), array ($blogware_import, 'dispatch'));
register_importer('blogware', __('Blogware'), __('Import posts from Blogware.'), array ($blogware_import, 'dispatch'));
?>