diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-03-15 10:38:56 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-03-15 10:38:56 +0000 |
commit | 84f322b2af0e2a781a1fcc3ae4dd1e6845b22b66 (patch) | |
tree | 87a00a7afb6748ecc62d02e61b5b9bdba73269a3 /config/locales/en.yml | |
parent | 3b59c6dfb200bc5d5434cdc1f5a71478747297d9 (diff) | |
download | redmine-84f322b2af0e2a781a1fcc3ae4dd1e6845b22b66.tar.gz redmine-84f322b2af0e2a781a1fcc3ae4dd1e6845b22b66.zip |
Add a description for trackers (#442).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@17970 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 63e33cfab..332d5e206 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1043,6 +1043,8 @@ en: label_nothing_to_preview: Nothing to preview label_inherited_from_parent_project: "Inherited from parent project" label_inherited_from_group: "Inherited from group %{name}" + label_trackers_description: Trackers description + label_open_trackers_description: View all trackers description button_login: Login button_submit: Submit |