diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-07-09 19:23:50 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-07-09 19:23:50 +0000 |
commit | f208fceccaf91bdcd934e3853c93fbe95c622bf4 (patch) | |
tree | 59930c49c40ade3f6fabcaad56da9ecb7f1adbbc /config/locales/en.yml | |
parent | 621850d5a04e4d2dbe11fda358bad0ce3148d848 (diff) | |
download | redmine-f208fceccaf91bdcd934e3853c93fbe95c622bf4.tar.gz redmine-f208fceccaf91bdcd934e3853c93fbe95c622bf4.zip |
Adds issue id link in the issue creation flash message (#3033).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6210 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 401d608c8..fa47d0f4d 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -171,6 +171,7 @@ en: notice_unable_delete_time_entry: Unable to delete time log entry. notice_issue_done_ratios_updated: Issue done ratios updated. notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})" + notice_issue_successful_create: "Issue %{id} created." error_can_t_load_default_data: "Default configuration could not be loaded: %{value}" error_scm_not_found: "The entry or revision was not found in the repository." |