diff --git a/app/views/fotos/_form_bulk.html.erb b/app/views/fotos/_form_bulk.html.erb
index a0f6332..c829a8c 100644
--- a/app/views/fotos/_form_bulk.html.erb
+++ b/app/views/fotos/_form_bulk.html.erb
@@ -1,5 +1,4 @@
-
Upload file
<%= semantic_form_for [@gallery, @foto], :remote=>true, :html => { :multipart => true, :id => "fileupload" } do |f| %>
diff --git a/app/views/fotos/new.html.erb b/app/views/fotos/new.html.erb
index 4afa250..71fd220 100644
--- a/app/views/fotos/new.html.erb
+++ b/app/views/fotos/new.html.erb
@@ -1,4 +1,4 @@
-
New foto
+<%=I18n.t('fotos.upload-pictures')%>
<%= render 'form_bulk' %>