diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-09-10 18:46:29 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-09-10 18:46:29 +0000 |
commit | 109b42f4828c0966e771809afcfd99d545af3ca0 (patch) | |
tree | 48fde0459480cc5e94773a75406fc7ff4c1e79fa /config/locales/en.yml | |
parent | 4c656fcffcfe43482d62065122f6029bba62090d (diff) | |
download | redmine-109b42f4828c0966e771809afcfd99d545af3ca0.tar.gz redmine-109b42f4828c0966e771809afcfd99d545af3ca0.zip |
Added a "Member of Group" to the issues filter. #5869
This filter will check an issue's assigned to field for users in (or not in)
specific groups.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4077 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-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 555043a8f..ba7a2da23 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -293,6 +293,7 @@ en: field_group_by: Group results by field_sharing: Sharing field_parent_issue: Parent task + field_member_of_group: Member of Group setting_app_title: Application title setting_app_subtitle: Application subtitle |