\ No newline at end of file
diff --git a/app/views/tags/_show_users.html.erb b/app/views/tags/_show_users.html.erb
index 81f03c053..bee210b2e 100644
--- a/app/views/tags/_show_users.html.erb
+++ b/app/views/tags/_show_users.html.erb
@@ -12,8 +12,3 @@
<% end %>
<% end %>
-
-
- <%= pagination_links_full @obj_pages %>
-
-
\ No newline at end of file
diff --git a/app/views/tags/_tag.html.erb b/app/views/tags/_tag.html.erb
index 123e9ef33..0e03479fc 100644
--- a/app/views/tags/_tag.html.erb
+++ b/app/views/tags/_tag.html.erb
@@ -44,7 +44,7 @@
<%= f.text_field :name ,:id => "name",:size=>"28",:require=>true,:maxlength => Setting.tags_max_length,:minlength=>Setting.tags_min_length %>
<%= f.text_field :object_id,:value=> obj.id,:style=>"display:none"%>
<%= f.text_field :object_flag,:value=> object_flag,:style=>"display:none"%>
- <%= f.submit "add"%>
+ <%= f.submit "#{l(:button_project_tags_add)}"%>
<%= link_to_function l(:button_cancel), '$("#put-tag-form").hide();'%>
<% end %>
diff --git a/app/views/tags/_tag_search_results.html.erb b/app/views/tags/_tag_search_results.html.erb
index bb584c919..2ae4e66f5 100644
--- a/app/views/tags/_tag_search_results.html.erb
+++ b/app/views/tags/_tag_search_results.html.erb
@@ -22,4 +22,9 @@
<% else %>
no data.
<% end %>
-
\ No newline at end of file
+
+