Merge pull request #5132 from tophee/master

Update "email in" help text
This commit is contained in:
Joshua Rosenfeld 2017-09-04 15:19:43 -04:00 committed by GitHub
commit 532b698c2f
1 changed files with 1 additions and 1 deletions

View File

@ -1392,7 +1392,7 @@ en:
pop3_polling_username: "The username for the POP3 account to poll for email." pop3_polling_username: "The username for the POP3 account to poll for email."
pop3_polling_password: "The password for the POP3 account to poll for email." pop3_polling_password: "The password for the POP3 account to poll for email."
log_mail_processing_failures: "Log all email processing failures to http://yoursitename.com/logs" log_mail_processing_failures: "Log all email processing failures to http://yoursitename.com/logs"
email_in: "Allow users to post new topics via email (requires pop3 polling). Configure the addresses in the \"Settings\" tab of each category." email_in: "Allow users to post new topics via email (requires manual or pop3 polling). Configure the addresses in the \"Settings\" tab of each category."
email_in_min_trust: "The minimum trust level a user needs to have to be allowed to post new topics via email." email_in_min_trust: "The minimum trust level a user needs to have to be allowed to post new topics via email."
email_prefix: "The [label] used in the subject of emails. It will default to 'title' if not set." email_prefix: "The [label] used in the subject of emails. It will default to 'title' if not set."
email_site_title: "The title of the site used as the sender of emails from the site. Default to 'title' if not set. If your 'title' contains characters that are not allowed in email sender strings, use this setting." email_site_title: "The title of the site used as the sender of emails from the site. Default to 'title' if not set. If your 'title' contains characters that are not allowed in email sender strings, use this setting."