diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2010-12-03 08:38:30 +0200 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2010-12-03 08:38:30 +0200 |
commit | 7da21ab480a310b5f6ebd5557b6c28a71b1cb287 (patch) | |
tree | 879db3cb731a45862c97b954e17828e30023f449 /config | |
parent | 75e9940a80602971f5448beb0da13f74ab6f2cb0 (diff) | |
download | refinerycms-blog-7da21ab480a310b5f6ebd5557b6c28a71b1cb287.tar.gz refinerycms-blog-7da21ab480a310b5f6ebd5557b6c28a71b1cb287.tar.bz2 refinerycms-blog-7da21ab480a310b5f6ebd5557b6c28a71b1cb287.zip |
Moved 'no blog posts' text to locale file.
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 930dfad..d4129c9 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -105,6 +105,8 @@ en: time_ago: '%{time} ago' thank_you: 'Thank you for commenting.' thank_you_moderated: 'Thank you for commenting. Your message has been placed in the moderation queue and will appear shortly.' + index: + no_blog_articles_yet: There are no blog articles posted yet. Stay tuned. show: comments: title: Comments |