From 8a5e1f5d9faa1ed209afe459b040d4697b5626c9 Mon Sep 17 00:00:00 2001 From: nwb Date: Thu, 19 Jun 2014 11:45:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/courses/_course_form.html.erb | 2 +- config/locales/en.yml | 1 + config/locales/zh.yml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/courses/_course_form.html.erb b/app/views/courses/_course_form.html.erb index 4f2f5a79..d223bbad 100644 --- a/app/views/courses/_course_form.html.erb +++ b/app/views/courses/_course_form.html.erb @@ -301,7 +301,7 @@

-

<%= f.check_box :is_public, :style => "margin-left:10px;" %><%= l(:label_public_info) %>

+

<%= f.check_box :is_public, :style => "margin-left:10px;" %><%= l(:label_course_public_info) %>

<%= f.text_field :course_type, :value => 1 %>

diff --git a/config/locales/en.yml b/config/locales/en.yml index 9aec93af..4e2ba078 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1477,6 +1477,7 @@ en: label_course: Course label_course_new: New course label_public_info: "If you don't choose public, only the project's members can see the project." + label_course_public_info: "If you don't choose public, only the course's members can see the course." label_course_student: Student label_homework: Task label_course_new_homework: New homework diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 483d5e10..6b0f089e 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1722,6 +1722,7 @@ zh: label_course_new: 新建课程 label_course_join_student: 加入课程 label_public_info: (打钩为公开,不打钩则不公开,若不公开,仅项目成员可见该项目。) + label_course_public_info: (打钩为公开,不打钩则不公开,若不公开,仅课程成员可见该课程。) label_course_view_student: 查看其他课程 label_course_student: 学生 label_homework: 课程作业