From b110b22daa5cdce5d3ba30a400df65441cb55fb0 Mon Sep 17 00:00:00 2001 From: Christophe Vilayphiou Date: Mon, 10 Sep 2012 15:55:06 +0800 Subject: [PATCH] =?UTF-8?q?Change=20=E7=86=B1=E9=96=80=20to=20=E9=A0=AD?= =?UTF-8?q?=E7=89=88=20for=20news?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/views/panel/news/back_end/news_bulletins/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/built_in_modules/news/app/views/panel/news/back_end/news_bulletins/_form.html.erb b/vendor/built_in_modules/news/app/views/panel/news/back_end/news_bulletins/_form.html.erb index c53ce056..d62b4e87 100644 --- a/vendor/built_in_modules/news/app/views/panel/news/back_end/news_bulletins/_form.html.erb +++ b/vendor/built_in_modules/news/app/views/panel/news/back_end/news_bulletins/_form.html.erb @@ -76,7 +76,7 @@ <% end -%> <%= content_tag :label,:class => "checkbox inline" do -%> <%= f.check_box :is_hot %> - <%= t('hot') %> + <%= t('news.hot') %> <% end -%> <%= content_tag :label,:class => "checkbox inline" do -%> <%= f.check_box :is_hidden %>