diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-02-02 18:09:37 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-02-02 18:09:37 +0000 |
commit | d02f6a8e32d1e09e5303d36f09788a2d19ac413a (patch) | |
tree | a097d50913117025ded4f0d3a32a304470d1be00 /config/locales/en-GB.yml | |
parent | 3dc73dcb88473139bdf9f2a3b95c5b2f9df8875f (diff) | |
download | redmine-d02f6a8e32d1e09e5303d36f09788a2d19ac413a.tar.gz redmine-d02f6a8e32d1e09e5303d36f09788a2d19ac413a.zip |
Adds a setting that allows to reference/fix issues of all projects (#3087).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8750 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en-GB.yml')
-rw-r--r-- | config/locales/en-GB.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 3d16c4437..a64c3fc2e 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -1019,3 +1019,4 @@ en-GB: label_item_position: "%{position} of %{count}" label_completed_versions: Completed versions field_multiple: Multiple values + setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed |