From 8385eac7508c69f96535e2a023f7754bea889bfa Mon Sep 17 00:00:00 2001 From: Martin Markech Date: Wed, 25 Jul 2012 01:00:40 +0200 Subject: Repaired incorrect scope under activerecord models and attributes --- config/locales/fr.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config/locales/fr.yml') diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 661dd9f..2acd63e 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -139,16 +139,16 @@ fr: no_blog_articles_posted: "Il n'y a aucun article pour la date du %{date}. Restez en alerte." activerecord: models: - refinery/blog_category: Categorie - refinery/blog_comment: Commentaire - refinery/blog_post: Article + refinery/blog/category: Categorie + refinery/blog/comment: Commentaire + refinery/blog/post: Article attributes: - refinery/blog_category: + refinery/blog/category: title: Titre - refinery/blog_comment: + refinery/blog/comment: name: Nom email: Email message: Message - refinery/blog_post: + refinery/blog/post: title: Titre body: Corps -- cgit v1.2.3