From b70ed6de02de0fd70376ae4c2b7118943fd76a9d Mon Sep 17 00:00:00 2001 From: Jamie Winsor Date: Sat, 30 Jul 2011 01:58:48 -0700 Subject: Fix [DEPRECATION WARNING] Nested I18n namespace lookup under "activerecord.attributes.refinery" is no longer supported Fix [DEPRECATION WARNING] Nested I18n namespace lookup under "activerecord.models.refinery" is no longer supported --- config/locales/pl.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'config/locales/pl.yml') diff --git a/config/locales/pl.yml b/config/locales/pl.yml index a5bc206..6423d22 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -129,8 +129,7 @@ pl: no_blog_articles_posted: 'Brak wpisów dla daty %{date}.' activerecord: attributes: - refinery: - blog_comment: - name: "Imię" - email: "Email" - message: "Treść" + refinery/blog_comment: + name: "Imię" + email: "Email" + message: "Treść" -- cgit v1.2.3