From ffa7b65e82038afd499459afd4c3fd9ad0538e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=A3is=20Ozols?= Date: Fri, 3 Dec 2010 13:57:39 +0200 Subject: Use rails naming convention for translations that contain html markup. --- config/locales/en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/locales/en.yml') 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
(opens in a new window) + view_live_html: View this comment live
(opens in a new window) 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
(opens in a new window) + view_live_html: View this blog post live
(opens in a new window) edit: Edit this blog post delete: Remove this blog post forever settings: -- cgit v1.2.3