From 3be866f8461e5dcf9b0deaba8b70cd5dbc58710c Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Wed, 15 Jul 2015 15:53:27 +0200 Subject: [PATCH 1/2] Fixes locale about parent --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 5fef41041a..9755154b3c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -53,7 +53,7 @@ en: fixed_version_id: task_version_must_be_the_same_as_story_version: "must be the same as the story's version" parent_id: - parent_child_relationship_across_projects: "is invalid because the work_package '%{work_package_name}' is a backlogs task and as such can not have the backlogs story '%{parent_name}' as it's parent as long as the story is in a different project" + parent_child_relationship_across_projects: "is invalid because the work package '%{work_package_name}' is a backlog task and as such can not have the backlog story '%{parent_name}' as its parent as long as the story is in a different project" type_must_be_one_of_the_following: "Type must be one of the following: %{type_names}" sprint: cannot_end_before_it_starts: "Sprint cannot end before it starts" From 969336b0c2f6325ba6217bdcc85a369f4f547166 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Wed, 15 Jul 2015 17:41:02 +0200 Subject: [PATCH 2/2] Fixes two locales --- config/locales/en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 9755154b3c..bc6dde40b2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -48,7 +48,7 @@ en: work_package: attributes: blocks_ids: - can_only_contain_work_packages_of_current_sprint: "can only contain the IDs of current sprint's tickets" + can_only_contain_work_packages_of_current_sprint: "can only contain the IDs of work packages in the current sprint" must_block_at_least_one_work_package: "must contain the ID of at least one ticket" fixed_version_id: task_version_must_be_the_same_as_story_version: "must be the same as the story's version" @@ -77,7 +77,7 @@ en: label_is_done_status: "Status %{status_name} means done" no_burndown_data: "No burndown data available. It is necessary to have the sprint start- and end dates set." points: "Points" - positions_could_not_be_rebuilt: "Positions could not be rebuild." + positions_could_not_be_rebuilt: "Positions could not be rebuilt." positions_rebuilt_successfully: "Positions rebuilt successfully." properties: "Properties" rebuild: "Rebuild"