diff options
author | Philip Arndt <parndt@gmail.com> | 2010-08-10 16:17:03 +1200 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2010-08-10 16:17:03 +1200 |
commit | a6b6a0da3477719e0109ad6175b16f04d37b2550 (patch) | |
tree | 3adf9305d598bb8764b24f30abb827dc6b64949e /config/locales | |
parent | 2e2b8bc9ba728091a58b93af6d72a34d9707cba7 (diff) | |
download | refinerycms-blog-a6b6a0da3477719e0109ad6175b16f04d37b2550.tar.gz refinerycms-blog-a6b6a0da3477719e0109ad6175b16f04d37b2550.tar.bz2 refinerycms-blog-a6b6a0da3477719e0109ad6175b16f04d37b2550.zip |
Better settings, update notified has a form but doesn't yet work. Created script files but not using them yet.
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 169cd8d..6ee7b59 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -34,6 +34,12 @@ en: title: Settings moderation: Moderation update_notified: Update who gets notified + settings: + notification_recipients: + value: Send notifications to + explanation: "Every time someone comments on a blog post, Refinery sends out an email to say there is a new comment." + hint: "When a new comment is added, Refinery will send an email notification to you." + example: "Enter your email address(es) like: jack@work.com, jill@office.com" blog_posts: show: other: Other Blog Posts
\ No newline at end of file |