[667] corrected labels and translations for reassign forms

This commit is contained in:
Romano Licker 2011-10-28 16:21:46 +02:00 committed by Holger Just
parent 3bd6aa3578
commit f31999061d
4 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
<p><label><%= radio_button_tag 'todo', 'nullify', true %> <%= l(:text_issue_category_destroy_assignments) %></label><br />
<% if @categories.size > 0 %>
<label><%= radio_button_tag 'todo', 'reassign', false %> <%= l(:text_issue_category_reassign_to) %></label>:
<%= label_tag "reassign_to_id", l(:description_ticket_reassign), :class => "hidden-for-sighted" %>
<%= label_tag "reassign_to_id", l(:description_issue_category_reassign), :class => "hidden-for-sighted" %>
<%= select_tag 'reassign_to_id', options_from_collection_for_select(@categories, 'id', 'name') %></p>
<% end %>
</div>

View File

@ -8,7 +8,7 @@
<% if @reassignable_to.any? %>
<br />
<label><%= radio_button_tag 'todo', 'reassign', false %> <%= l(:text_wiki_page_reassign_children) %></label>:
<%= label_tag "reassign_to_id", l(:description_wiki_reassign), :class => "hidden-for-sighted" %>
<%= label_tag "reassign_to_id", l(:description_wiki_subpages_reassign), :class => "hidden-for-sighted" %>
<%= select_tag 'reassign_to_id', wiki_page_options_for_select(@reassignable_to),
:onclick => "$('todo_reassign').checked = true;" %>
<% end %>

View File

@ -993,8 +993,8 @@ de:
description_user_mail_notification: Mailbenachrichtigungseinstellung
description_available_columns: Verfügbare Spalten
description_selected_columns: Ausgewählte Spalten
description_ticket_reassign: Ticketzuordnung
description_wiki_reassign: Wikiseitenzuordnung
description_issue_category_reassign: Neue Kategorie wählen
description_wiki_subpages_reassign: Neue Elternseite wählen
description_date_range_list: Zeitraum aus einer Liste wählen
description_date_range_interval: Zeitraum durch Start- und Enddatum festlegen
description_date_from: Startdatum eintragen

View File

@ -975,8 +975,8 @@ en:
description_user_mail_notification: Mailnotification settings
description_available_columns: Available Columns
description_selected_columns: Selected Spalten
description_ticket_reassign: Assign issues to
description_wiki_reassign: Assign page to
description_issue_category_reassign: Choose issue category
description_wiki_subpages_reassign: Choose new parent page
description_date_range_list: Choose range from list
description_date_range_interval: Choose range by selecting start and end date
description_date_from: Enter start date