aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordesvox <ofunknowndescent@gmail.com>2018-07-27 07:07:53 -0500
committerdesvox <ofunknowndescent@gmail.com>2018-07-27 07:07:53 -0500
commit4177c6080c3d7c88af7466f8caef1b211267af2e (patch)
tree9d9606204fc5fbc3adcfdae0b869625ef228d132
parented8831c72880370e6c867eb2ab702344ad8a1bab (diff)
downloadbbj-4177c6080c3d7c88af7466f8caef1b211267af2e.tar.gz
Update formatting help text.
-rw-r--r--clients/urwid/main.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/clients/urwid/main.py b/clients/urwid/main.py
index 012b273..fad9b9a 100644
--- a/clients/urwid/main.py
+++ b/clients/urwid/main.py
@@ -99,15 +99,15 @@ format_help = [
"[red: Whitespace]",
- "Single line breaks in the body join into eachother to form sentences, "
- "putting a space where the break was. This works like html. When you want "
- "to split it off into a paragraph, **use two or more line breaks.**",
-
- "When you're composing, it is desirable to introduce linebreaks into the "
- "body to keep it from overflowing the screen. However, you __dont__ want "
- "that same spacing to bleed over to other people's screens, because clients "
- "will wrap the text themselves according to user preferences or implementation "
- "details. Thats why it works like this.",
+ "When you're composing, it is desirable to not include your own linebreaks "
+ "into paragraphs of your post, because clients handle text wrapping on their "
+ "own. Adding them yourself can cause your posts to look very strange. You can "
+ "always edit your posts after submitting them if you do this by accident, as "
+ "long as you are not anonymous.",
+
+ "In previous versions of BBJ, linebreaks were joined into sentences if they "
+ "occured in the same paragraph, however this confused many users and has been "
+ "reverted to just use whatever was submitted, as-is.",
"[red: Colors, Bold, Underline & Expressions]",
Un proyecto texto-plano.xyz