diff options
author | Jean-Baptiste Barth <jeanbaptiste.barth@gmail.com> | 2010-10-30 16:47:33 +0000 |
---|---|---|
committer | Jean-Baptiste Barth <jeanbaptiste.barth@gmail.com> | 2010-10-30 16:47:33 +0000 |
commit | 7c5497db65cabe87b70274bcd39597bd5f97b093 (patch) | |
tree | cf19b8a9976e6640822a1bef9d77c921c99876e6 /config/locales/en.yml | |
parent | abb83f4c4f08fc4c1611ba5b150329e9af61ffbf (diff) | |
download | redmine-7c5497db65cabe87b70274bcd39597bd5f97b093.tar.gz redmine-7c5497db65cabe87b70274bcd39597bd5f97b093.zip |
Add a label for user and group search fields. #6521
Contributed by Felix Schäfer
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4312 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 143086a80..62b8308c7 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -781,6 +781,8 @@ en: label_profile: Profile label_subtask_plural: Subtasks label_project_copy_notifications: Send email notifications during the project copy + label_principal_search: "Search for user or group:" + label_user_search: "Search for user:" button_login: Login button_submit: Submit |