Changeset 4954

Show
Ignore:
Timestamp:
02/27/07 23:17:13 (1 year ago)
Author:
markjaquith
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/options-writing.php

    r4574 r4954  
    104104<?php else : ?> 
    105105 
    106     <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'); ?> 
     106    <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'); ?> 
    107107 
    108108<?php endif; ?>