From e30c44684727bd43ae2bd440ad548a88f4c09df6 Mon Sep 17 00:00:00 2001 From: whimlex Date: Mon, 27 Apr 2015 17:49:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=A7=81=E6=9C=89=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/issues/_form.html.erb | 1 + config/locales/projects/zh.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/views/issues/_form.html.erb b/app/views/issues/_form.html.erb index f0e28a975..4cd370adc 100644 --- a/app/views/issues/_form.html.erb +++ b/app/views/issues/_form.html.erb @@ -17,6 +17,7 @@ <% if @issue.safe_attribute? 'is_private' %> <%= f.check_box :is_private, :no_label => true, :class => "ml30" %> + <% end %>
diff --git a/config/locales/projects/zh.yml b/config/locales/projects/zh.yml index 49fe0e19a..3b125181e 100644 --- a/config/locales/projects/zh.yml +++ b/config/locales/projects/zh.yml @@ -188,6 +188,7 @@ zh: field_priority: 优先级 field_done_ratio: "% 完成" field_is_private: 私有 + field_is_private_tips: (设置为“私有”后本问题将仅对项目成员可见) field_watcher: 跟踪者 label_relates_to: 关联到 label_duplicates: 重复