Mercurial > p > roundup > code
diff roundup/configuration.py @ 5189:7aebd892b600
Fix spelling error. Make it match the name of the field.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 25 Feb 2017 17:48:46 -0500 |
| parents | 4058fc1ec746 |
| children | a9ace22e0a2f |
line wrap: on
line diff
--- a/roundup/configuration.py Sat Feb 18 00:58:34 2017 -0500 +++ b/roundup/configuration.py Sat Feb 25 17:48:46 2017 -0500 @@ -771,7 +771,7 @@ "If this is false but add_authorinfo is true, only the name\n" "of the actor is added which protects the mail address of the\n" "actor from being exposed at mail archives, etc."), - ), "Outgoing email options.\nUsed for nozy messages and approval requests"), + ), "Outgoing email options.\nUsed for nosy messages and approval requests"), ("mailgw", ( (EmailBodyOption, "keep_quoted_text", "yes", "Keep email citations when accepting messages.\n"
