]> source.dussan.org Git - redmine.git/commitdiff
[#9489] added invisible label
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 29 Oct 2011 01:23:23 +0000 (01:23 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 29 Oct 2011 01:23:23 +0000 (01:23 +0000)
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
config/locales/de.yml
config/locales/en.yml

index b6973d16dbb9888599d33913da4a516ea5610c3d..ef95f9df96554062d0342c02a9ca044310796001 100644 (file)
@@ -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',
index 19794ff998aa73c2d1466fd2b5ff03928c3520f9..6e03fc17db1ea0fb2fe06ed54cef47cba513395a 100644 (file)
@@ -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
index 7627650e22e9dec0ae04642b0d63767fbdd04adf..f0e15b171abe52782ff474097a6a0d54ddbd1724 100644 (file)
@@ -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