From 920a0ca2f7c9907f128f4a69edace4ba627f2326 Mon Sep 17 00:00:00 2001 From: Karel Picman Date: Mon, 7 Apr 2014 12:55:12 +0200 Subject: [PATCH] #242 Link tooltip translation missing --- app/views/dmsf/edit.html.erb | 2 +- app/views/dmsf/show.html.erb | 2 +- app/views/dmsf_files/show.html.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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') %>