more descriptive

This commit is contained in:
Leon 2017-03-11 15:54:33 +13:00
parent 52e7a0e135
commit d5ce9fed25

View file

@ -205,7 +205,7 @@ jQuery(document).ready(function($){
<fieldset>
<label for="cleanMeta">
<input name="cleanMeta" id="cleanMeta" value="1" type="checkbox" <?php if ($this->cleanMeta == 1) echo "checked"; ?> />
<span><?= __('Strip out unneeded WordPress meta tags', 'static-html-output-plugin');?></span>
<span><?= __('Strip out unneeded WordPress meta tags, ie &lt;meta name="generator" content="WordPress...', 'static-html-output-plugin');?></span>
</label>
</fieldset>