From 81b58e5c871ffaf76509aee013d7a4e62ea8ffc5 Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Mon, 9 Mar 2015 15:32:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9base=5Fproject=E4=B8=AD?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/base_projects.html.erb | 8 ++++---- config/locales/zh.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/views/layouts/base_projects.html.erb b/app/views/layouts/base_projects.html.erb index 8bf84d90c..ee38a89c3 100644 --- a/app/views/layouts/base_projects.html.erb +++ b/app/views/layouts/base_projects.html.erb @@ -39,8 +39,7 @@ var name = $.trim($("#name").val()); if(name.length == 0) { - $("#project_name_span").text("<%= l(:label_search_conditions_not_null) %> - "); + $("#project_name_span").text("<%= l(:label_search_conditions_not_null) %>"); $("#project_name_span").css('color','#ff0000'); $("#project_name_span").focus(); return false; @@ -103,9 +102,10 @@
-
diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 2b4e41755..263fa7439 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -696,8 +696,8 @@ zh: label_limit_time: 截止日期 label_commit_homework: 提交作业 label_course_homework: 对应课程 - label_course_doing: 进行中的课程 - label_course_done: 已结束的课程 + label_course_doing: 进行中 + label_course_done: 已结束 label_homework_response: 作业咨询 label_bidding_homework: 提交作业 label_add_homework: 添加作业