diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-10-23 09:48:01 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-10-23 09:48:01 +0000 |
commit | eea456ed84d159289bdc8826439923d365816fa8 (patch) | |
tree | 48e20079f38b0d3998df72b4a6bb4dde373da9a2 /config/locales/en-GB.yml | |
parent | 1e4776fa644525168d0e3bfc0e4232f9dc43d42c (diff) | |
download | redmine-eea456ed84d159289bdc8826439923d365816fa8.tar.gz redmine-eea456ed84d159289bdc8826439923d365816fa8.zip |
Improved error message when trying to access an archived project (#2995).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4285 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 a6b281701..e14276aaa 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -926,3 +926,4 @@ en-GB: setting_default_notification_option: Default notification option label_user_mail_option_only_my_events: Only for things I watch or I'm involved in label_user_mail_option_only_assigned: Only for things I am assigned to + notice_not_authorized_archived_project: The project you're trying to access has been archived.
|