diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2010-12-03 13:57:39 +0200 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2010-12-03 13:57:39 +0200 |
commit | ffa7b65e82038afd499459afd4c3fd9ad0538e9f (patch) | |
tree | 331a15514b0022a63f395e71d65c00604b30e24b /config | |
parent | a914c2721e85802a7c95fdc74a4a45d0d1248599 (diff) | |
download | refinerycms-blog-ffa7b65e82038afd499459afd4c3fd9ad0538e9f.tar.gz refinerycms-blog-ffa7b65e82038afd499459afd4c3fd9ad0538e9f.tar.bz2 refinerycms-blog-ffa7b65e82038afd499459afd4c3fd9ad0538e9f.zip |
Use rails naming convention for translations that contain html markup.
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index d48621e..14f148f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -13,7 +13,7 @@ en: comments: approved: 'The comment from "%{author}" has been approved.' comment: - view_live: View this comment live <br/><em>(opens in a new window)</em> + view_live_html: View this comment live <br/><em>(opens in a new window)</em> read: Read this comment reject: Reject this comment approve: Approve this comment @@ -41,7 +41,7 @@ en: index: no_items_yet: 'There are no Blog Posts yet. Click "%{create}" to add your first blog post.' post: - view_live: View this blog post live <br/><em>(opens in a new window)</em> + view_live_html: View this blog post live <br/><em>(opens in a new window)</em> edit: Edit this blog post delete: Remove this blog post forever settings: |