Use fancy quotes instead of raw quotes (which should have been " anyways).

git-svn-id: https://develop.svn.wordpress.org/trunk@5378 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n 2007-05-03 01:23:14 +00:00
parent c30d0f3c57
commit 24226c8241
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ document.write('<ul><li><a href="javascript:markAllForApprove()"><?php _e('Mark
<noscript>
<p>
<input name="feelinglucky" type="checkbox" id="feelinglucky" value="true" /> <label for="feelinglucky"><?php _e('Delete every comment marked "defer." <strong>Warning: This can&#8217;t be undone.</strong>'); ?></label>
<input name="feelinglucky" type="checkbox" id="feelinglucky" value="true" /> <label for="feelinglucky"><?php _e('Delete every comment marked &#8220;defer.&#8221; <strong>Warning: This can&#8217;t be undone.</strong>'); ?></label>
</p>
</noscript>
</form>