git-svn-id: https://develop.svn.wordpress.org/trunk@2273 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-02-11 06:49:07 +00:00
parent fa6727b6b6
commit e4840e63d3
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ if ($action == 'retrospam') {
</p>
<p><label for="open_proxy_check">
<input name="open_proxy_check" type="checkbox" id="open_proxy_check" value="1" <?php checked('1', get_settings('open_proxy_check')); ?> />
<?php _e('Blacklist comments from open and insecure proxies.)') ?></label></p>
<?php _e('Blacklist comments from open and insecure proxies.') ?></label></p>
</fieldset>
<p class="submit">
<input type="submit" name="Submit" value="<?php _e('Update Options') ?>" />