From f31999061d76beba6e1040533886bc9d3903fbb1 Mon Sep 17 00:00:00 2001
From: Romano Licker <r.licker@finn.de>
Date: Fri, 28 Oct 2011 16:21:46 +0200
Subject: [PATCH] [667] corrected labels and translations for reassign forms

---
 app/views/issue_categories/destroy.rhtml | 2 +-
 app/views/wiki/destroy.rhtml             | 2 +-
 config/locales/de.yml                    | 4 ++--
 config/locales/en.yml                    | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app/views/issue_categories/destroy.rhtml b/app/views/issue_categories/destroy.rhtml
index 436aed343..fb169c868 100644
--- a/app/views/issue_categories/destroy.rhtml
+++ b/app/views/issue_categories/destroy.rhtml
@@ -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>
diff --git a/app/views/wiki/destroy.rhtml b/app/views/wiki/destroy.rhtml
index e869354cf..b254346e3 100644
--- a/app/views/wiki/destroy.rhtml
+++ b/app/views/wiki/destroy.rhtml
@@ -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 %>
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 5c7797048..0c842bd70 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -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
diff --git a/config/locales/en.yml b/config/locales/en.yml
index c30fb19b9..9fdc47ccd 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -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
-- 
GitLab