diff --git a/includes/yoast_seo.forms.inc b/includes/yoast_seo.forms.inc index 76a336d..c5cb4a3 100644 --- a/includes/yoast_seo.forms.inc +++ b/includes/yoast_seo.forms.inc @@ -97,10 +97,10 @@ function _yoast_seo_process_node_settings_form(&$form) { * '#multiple' => TRUE, */ if (empty($body_fields)) { - $description = t('There is no filed that can be used as additional field.'); + $description = t('There are no other text fields that can be used instead of the Body field.'); } else { - $description = t('Select fields to use instead or in addition to body for Yoast SEO. Access to all fields must be allowed.'); + $description = t('For Yoast SEO select fields need to be used instead or in addition to body. Access to all fields should be allowed.'); } $form['yoast_seo']['yoast_seo_body']['yoast_seo_body_fields'] = array(