diff options
author | Go MAEDA <maeda@farend.jp> | 2020-12-10 15:18:49 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-12-10 15:18:49 +0000 |
commit | f8bf009cd61ef78da92732390cc1def5c7b4c18b (patch) | |
tree | 0620ab3038ca237bd2f7a9a69ee1ac68f3426714 /config | |
parent | 0cc5b52ac5536ab21a7683082223f1a1c5638a0b (diff) | |
download | redmine-f8bf009cd61ef78da92732390cc1def5c7b4c18b.tar.gz redmine-f8bf009cd61ef78da92732390cc1def5c7b4c18b.zip |
Allow to add subtask from context menu (#34303).
Patch by Go MAEDA and Takenori TAKAKI.
git-svn-id: http://svn.redmine.org/redmine/trunk@20617 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index b62305b9d..55bb52505 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1160,6 +1160,7 @@ en: button_project_bookmark_delete: Remove bookmark button_filter: Filter button_actions: Actions + button_add_subtask: Add subtask status_active: active status_registered: registered |