Mercurial > hg > soundsoftware-site
changeset 1266:6cc1d684b8e3 redmine-2.2-integration
info -> search (translation string has already been renamed thus)
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 02 May 2013 12:43:41 +0100 |
parents | 4e98f3c481df |
children | b587499d50a9 |
files | plugins/redmine_tags/app/views/projects/_tags_form.html.erb |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/redmine_tags/app/views/projects/_tags_form.html.erb Thu May 02 12:36:19 2013 +0100 +++ b/plugins/redmine_tags/app/views/projects/_tags_form.html.erb Thu May 02 12:43:41 2013 +0100 @@ -1,7 +1,7 @@ <%= labelled_fields_for :project, project do |f| -%> <div> <p id="project_tags"><%= f.text_field :tag_list, :label => :tags, :size => 60, :class => 'hol' %> - <em class="info"><%= l(:text_tags_info).html_safe %></em> + <em class="info"><%= l(:text_tags_search).html_safe %></em> </p> <div id="project_tag_candidates" class="autocomplete" style="margin-top: 0;"></div> <%= stylesheet_link_tag 'jquery.tagit.css', :plugin => 'redmine_tags' %>