From c6870edd55f7d8bdeb9bd4e4c542f24a4c8ea104 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 29 Oct 2011 01:23:23 +0000 Subject: [PATCH] [#9489] added invisible label Contributed by Romano Licker. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7694 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/journals/_notes_form.html.erb | 1 + config/locales/de.yml | 1 + config/locales/en.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/app/views/journals/_notes_form.html.erb b/app/views/journals/_notes_form.html.erb index b6973d16d..ef95f9df9 100644 --- a/app/views/journals/_notes_form.html.erb +++ b/app/views/journals/_notes_form.html.erb @@ -1,4 +1,5 @@ <% form_remote_tag(:url => {}, :html => { :id => "journal-#{@journal.id}-form" }) do %> + <%= label_tag "notes", l(:description_notes), :class => "hidden-for-sighted" %> <%= text_area_tag :notes, @journal.notes, :id => "journal_#{@journal.id}_notes", :class => 'wiki-edit', diff --git a/config/locales/de.yml b/config/locales/de.yml index 19794ff99..6e03fc17d 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -1004,6 +1004,7 @@ de: description_search: Suchfeld description_choose_project: Projekte description_project_scope: Suchbereich + description_notes: Kommentare description_message_content: Nachrichteninhalt description_query_sort_criteria_attribute: Sortierattribut description_query_sort_criteria_direction: Sortierrichtung diff --git a/config/locales/en.yml b/config/locales/en.yml index 7627650e2..f0e15b171 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -982,6 +982,7 @@ en: description_search: Searchfield description_choose_project: Projects description_project_scope: Search scope + description_notes: Notes description_message_content: Message content description_query_sort_criteria_attribute: Sort attribute description_query_sort_criteria_direction: Sort direction -- 2.39.5