diff --git a/app/views/dmsf/edit.html.erb b/app/views/dmsf/edit.html.erb
index db729539..ce151d15 100644
--- a/app/views/dmsf/edit.html.erb
+++ b/app/views/dmsf/edit.html.erb
@@ -39,7 +39,7 @@
<% end %>
<%= link_to(l(:label_link_to),
new_dmsf_link_path(:project_id => @project.id, :dmsf_folder_id => @folder.id, :type => 'link_to'),
- :title => l(:link_create_link),
+ :title => l(:title_create_link),
:class => 'icon icon-link') %>
<%= link_to(l(:button_copy), copy_folder_path(:id => @folder),
:title => l(:title_copy), :class => 'icon icon-copy') %>
diff --git a/app/views/dmsf/show.html.erb b/app/views/dmsf/show.html.erb
index faa83b67..965b6fc6 100644
--- a/app/views/dmsf/show.html.erb
+++ b/app/views/dmsf/show.html.erb
@@ -81,7 +81,7 @@
<% if @file_manipulation_allowed %>
<%= link_to(l(:label_link_from),
new_dmsf_link_path(:project_id => @project.id, :dmsf_folder_id => @folder ? @folder.id : @folder, :type => 'link_from'),
- :title => l(:link_create_link),
+ :title => l(:title_create_link),
:class => 'icon icon-link') unless @locked_for_user %>
<% end %>
<%= link_to(l(:link_create_folder),
diff --git a/app/views/dmsf_files/show.html.erb b/app/views/dmsf_files/show.html.erb
index 371c5776..c58d28b5 100644
--- a/app/views/dmsf_files/show.html.erb
+++ b/app/views/dmsf_files/show.html.erb
@@ -42,7 +42,7 @@
<% end %>
<%= link_to(l(:label_link_to),
new_dmsf_link_path(:project_id => @project.id, :dmsf_folder_id => @file.folder ? @file.folder.id : nil, :dmsf_file_id => @file.id, :type => 'link_to'),
- :title => l(:link_create_link),
+ :title => l(:title_create_link),
:class => 'icon icon-link') %>
<%= link_to("#{l(:button_copy)}/#{l(:button_move)}", copy_file_path(:id => @file),
:title => l(:title_copy), :class => 'icon icon-copy') %>