diff --git a/app/views/softapplications/show.html.erb b/app/views/softapplications/show.html.erb
index c2f260e60..3832bc010 100644
--- a/app/views/softapplications/show.html.erb
+++ b/app/views/softapplications/show.html.erb
@@ -35,7 +35,7 @@
- 应用下载:
+ 作品下载:
<% options = {:author => true, :deletable => @softapplication.user.eql?(User.current) } %><%= render :partial => 'attachments/app_link', :locals => {:attachments => @app_items, :options => options} %>
@@ -56,13 +56,13 @@
- 应用简介:
+ 作品简介:
<%= @softapplication.description %>
- 应用得分:
+ 作品得分:
@@ -93,7 +93,7 @@
- 软件截图:
+ 作品截图:
<% @image_results.take(4).each do |attachment| %>
<%= link_to_attachment_img attachment, :class => "soft-application", :download => "true" %>
@@ -116,7 +116,7 @@
<% end %>
-->
- 软件评论:
+ 作品评论:
评分: <%= rating_for @softapplication, dimension: :quality, class: 'rateable div_inline' %>(您可以重新打分,打分结果以最后一次打分为主!)
|