|
From: Mercurial C. <th...@in...> - 2017-03-21 00:25:14
|
# HG changeset patch
# User John Rouillard <ro...@ie...>
# Date 1490055500 14400
# Mon Mar 20 20:18:20 2017 -0400
# Node ID 4c48180555fb3d20b34d65a0e16cb6e5eefb3caf
# Parent bf13b28156f362bc755e6b3f7ab6eb702526109d
Fix text formatting, typos and, English grammar of the descriptive text.
diff -r bf13b28156f3 -r 4c48180555fb roundup/configuration.py
--- a/roundup/configuration.py Sun Mar 19 20:57:26 2017 -0400
+++ b/roundup/configuration.py Mon Mar 20 20:18:20 2017 -0400
@@ -675,7 +675,7 @@
the user if the field is missing or invalid.
Set this to 'yes' to block the post and notify the user
if the token is invalid, but accept the form if
- the field is missing
+ the field is missing.
Set this to 'logfailure' to log a notice to the roundup
log if the field is invalid or missing, but accept
the post.
@@ -691,7 +691,7 @@
the user if the field is missing or invalid.
Set this to 'yes' to block the post and notify the user
if the token is invalid, but accept the form if
- the field is missing
+ the field is missing.
Set this to 'logfailure' to log a notice to the roundup
log if the field is invalid or missing, but accept
the post.
@@ -714,8 +714,8 @@
the user if the header is missing or invalid.
Set this to 'yes' to block the post and notify the user
if the header is invalid, but accept the form if
- the field is missing
-Set this to 'logfalure' to log a notice to the roundup
+ the field is missing.
+Set this to 'logfailure' to log a notice to the roundup
log if the header is invalid or missing, but accept
the post.
Set this to 'no' to ignore the header and accept the post."""),
@@ -726,7 +726,7 @@
the user if the header is missing or invalid.
Set this to 'yes' to block the post and notify the user
if the header is invalid, but accept the form if
- the field is missing
+ the field is missing.
Set this to 'logfailure' to log a notice to the roundup
log if the header is invalid or missing, but accept
the post.
@@ -738,7 +738,7 @@
the user if the header is missing or invalid.
Set this to 'yes' to block the post and notify the user
if the header is invalid, but accept the form if
- the field is missing
+ the field is missing.
Set this to 'logfailure' to log a notice to the roundup
log if the header is invalid or missing, but accept
the post.
@@ -751,7 +751,7 @@
the user if the header is missing or invalid.
Set this to 'yes' to block the post and notify the user
if the header is invalid, but accept the form if
- the field is missing
+ the field is missing.
Set this to 'logfailure' to log a notice to the roundup
log if the header is invalid or missing, but accept
the post.
@@ -886,7 +886,7 @@
"(eg. iso-8859-1).",
["EMAIL_CHARSET"]),
(FilePathOption, "debug", "",
- "Setting this option makes Roundup to write all outgoing email\n"
+ "Setting this option makes Roundup write all outgoing email\n"
"messages to this file *instead* of sending them.\n"
"This option has the same effect as environment variable"
" SENDMAILDEBUG.\nEnvironment variable takes precedence."),
|