From 4321ccd7617f2f5062ffb2d32264d9652e6c292e Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 23 Jun 2014 10:54:53 -0400 Subject: [PATCH] Add a note to pop3s_polling_period_mins saying that it requires restart --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 352f684f1f3..d2eca953a6f 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -854,7 +854,7 @@ en: pop3s_polling_enabled: "Poll via POP3S for email replies" pop3s_polling_insecure: "Poll using plain text POP3 without SSL" - pop3s_polling_period_mins: "The period in minutes between checking the POP3S account for email" + pop3s_polling_period_mins: "The period in minutes between checking the POP3S account for email. NOTE: requires restart." pop3s_polling_port: "The port to poll a POP3S account on" pop3s_polling_host: "The host to poll for email via POP3S" pop3s_polling_username: "The username for the POP3S account to poll for email"