From f9cecbee5c3d64358607fcf3291118907ecd1136 Mon Sep 17 00:00:00 2001 From: huang Date: Thu, 2 Jul 2015 09:20:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E9=99=B7=E6=98=BE=E7=A4=BA=E4=B8=AD?= =?UTF-8?q?=E5=9B=9E=E5=A4=8D=E5=92=8C=E7=95=99=E8=A8=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/issues/_edit.html.erb | 2 +- config/locales/projects/zh.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/issues/_edit.html.erb b/app/views/issues/_edit.html.erb index e4c1290aa..8ae40623a 100644 --- a/app/views/issues/_edit.html.erb +++ b/app/views/issues/_edit.html.erb @@ -20,7 +20,7 @@ <%= render :partial => 'history', :locals => {:issue => @issue, :journals => @journals} %> <% end %> -
回复 +
<%= l(:label_project_issue_feedback) %> <%= f.text_area :notes, :style => "width:99%;", :rows => "5", :no_label => true %>
diff --git a/config/locales/projects/zh.yml b/config/locales/projects/zh.yml index 5bf8957bf..92e3cdc28 100644 --- a/config/locales/projects/zh.yml +++ b/config/locales/projects/zh.yml @@ -399,6 +399,7 @@ zh: label_issue_number: issue的数量 label_issue_journal_number: issue的留言数量 label_project_mail_feedback: 项目留言 + label_project_issue_feedback: 留言 label_news_score: 新闻得分 label_new_number: 新闻的数量