End sentence with a period for consistency. Props Viper007Bond. fixes #3881

git-svn-id: https://develop.svn.wordpress.org/trunk@4954 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2007-02-27 23:17:13 +00:00
parent 5acfcd9fea
commit 2ae4ad71e0
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ endforeach;
<?php else : ?>
<p><?php printf(__('WordPress is not notifying any <a href="http://codex.wordpress.org/Update_Services">Update Services</a> because of your blog\'s <a href="%s">privacy settings</a>'), 'options-privacy.php'); ?>
<p><?php printf(__('WordPress is not notifying any <a href="http://codex.wordpress.org/Update_Services">Update Services</a> because of your blog\'s <a href="%s">privacy settings</a>.'), 'options-privacy.php'); ?>
<?php endif; ?>