Issue #2029455 by vollepeer: Typo in tip for 'Full HTML'.

8.0.x
Alex Pott 2013-07-19 10:45:39 +01:00
parent b64ada17fb
commit 33c488d583
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class FilterAutoP extends FilterBase {
*/
public function tips($long = FALSE) {
if ($long) {
return t('Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.');
return t('Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple of blank lines.');
}
else {
return t('Lines and paragraphs break automatically.');