diff options
author | djones <dgjones@gmail.com> | 2010-09-07 14:28:58 +1200 |
---|---|---|
committer | djones <dgjones@gmail.com> | 2010-09-07 14:28:58 +1200 |
commit | ad62a155f1a2246bc054516bf0629c8337f30f9e (patch) | |
tree | 91f21fd5b71de4a33be896ad4d7c17395f710dbb /config/locales | |
parent | 0c9b906056f939ebbc43c84ef8e8683f303cf81a (diff) | |
download | refinerycms-blog-ad62a155f1a2246bc054516bf0629c8337f30f9e.tar.gz refinerycms-blog-ad62a155f1a2246bc054516bf0629c8337f30f9e.tar.bz2 refinerycms-blog-ad62a155f1a2246bc054516bf0629c8337f30f9e.zip |
better gitignore, posts controller now uses translations that exist
Diffstat (limited to 'config/locales')
-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 9d562d7..c3fd8a4 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -85,7 +85,7 @@ en: no_posts: There are no posts here yet. posts: comment: comment - comment: + comments: by: 'Posted by {{who}}' time_ago: '{{time}} ago' thank_you: 'Thank you for commenting.' |