Issue #2029455 by vollepeer: Typo in tip for 'Full HTML'.
parent
b64ada17fb
commit
33c488d583
|
@ -35,7 +35,7 @@ class FilterAutoP extends FilterBase {
|
||||||
*/
|
*/
|
||||||
public function tips($long = FALSE) {
|
public function tips($long = FALSE) {
|
||||||
if ($long) {
|
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 {
|
else {
|
||||||
return t('Lines and paragraphs break automatically.');
|
return t('Lines and paragraphs break automatically.');
|
||||||
|
|
Loading…
Reference in New Issue