Skip to content
Snippets Groups Projects
Commit 33c488d5 authored by Alex Pott's avatar Alex Pott
Browse files

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

parent b64ada17
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ public function process($text, $langcode, $cache, $cache_id) {
*/
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.');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment