diff options
author | Shaun <shaun@enmasse.com> | 2011-11-11 12:08:42 -0800 |
---|---|---|
committer | Shaun <shaun@enmasse.com> | 2011-11-11 12:08:42 -0800 |
commit | 1d5dfb1fdddc40458edb1426b07f0153fe2022f3 (patch) | |
tree | 20b3bb560d7d5dab568efc6aecda6664604269f9 /config | |
parent | 92e82301947484c92677a780d64a105bee0015a1 (diff) | |
download | refinerycms-blog-1d5dfb1fdddc40458edb1426b07f0153fe2022f3.tar.gz refinerycms-blog-1d5dfb1fdddc40458edb1426b07f0153fe2022f3.tar.bz2 refinerycms-blog-1d5dfb1fdddc40458edb1426b07f0153fe2022f3.zip |
remove redundancy in page title
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index e3b69c4..9222d11 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -140,7 +140,7 @@ en: no_blog_articles_yet: There are no blog articles posted yet. Stay tuned. posts_tagged: Posts tagged archive: - blog_archive_for: 'Blog Archive for %{date}' + blog_archive_for: 'Archive for %{date}' no_blog_articles_posted: 'There are no blog articles posted for %{date}. Stay tuned.' activerecord: models: |