diff options
author | Go MAEDA <maeda@farend.jp> | 2023-08-31 13:21:34 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-08-31 13:21:34 +0000 |
commit | fe9ef2fc27189d2d3c2ef7726c15e7c2a712cefa (patch) | |
tree | d1a22c1532e80225e8832ca6534f1d19eee215ec /config | |
parent | 2415c9f5d780c3b47e5b76cbd6207f361facb026 (diff) | |
download | redmine-fe9ef2fc27189d2d3c2ef7726c15e7c2a712cefa.tar.gz redmine-fe9ef2fc27189d2d3c2ef7726c15e7c2a712cefa.zip |
Add description for issue statuses and display them in issue new/edit form (#2568).
Patch by Takenori TAKAKI.
git-svn-id: https://svn.redmine.org/redmine/trunk@22288 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 5397a521d..5a950a7ff 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1119,6 +1119,8 @@ en: label_inherited_from_group: "Inherited from group %{name}" label_trackers_description: Trackers description label_open_trackers_description: View all trackers description + label_issue_statuses_description: Issue statuses description + label_open_issue_statuses_description: View all issue statuses description label_preferred_body_part_text: Text label_preferred_body_part_html: HTML label_issue_history_properties: Property changes @@ -1314,6 +1316,7 @@ en: text_project_closed: This project is closed and read-only. text_turning_multiple_off: "If you disable multiple values, multiple values will be removed in order to preserve only one value per item." text_select_apply_tracker: "Select tracker" + text_select_apply_issue_status: "Select issue status" text_avatar_server_config_html: The current avatar server is <a href="%{url}">%{url}</a>. You can configure it in config/configuration.yml. text_no_subject: no subject text_allowed_queries_to_select: Public (to any users) queries only selectable |