diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-01-16 17:20:41 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-01-16 17:20:41 +0000 |
commit | ffa6c5fe3e1eb67fca0d965ca45a06c56921276d (patch) | |
tree | cb8a2f40fead6826a1a8468d172bb67b4a12272e /lang/en.yml | |
parent | d28d2d5ab8be4f54eb79f71be301edb659eb87ba (diff) | |
download | redmine-ffa6c5fe3e1eb67fca0d965ca45a06c56921276d.tar.gz redmine-ffa6c5fe3e1eb67fca0d965ca45a06c56921276d.zip |
Adds a 'Create and continue' button on the new issue form, that will create the issue and display the form again (#2523).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2265 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/en.yml')
-rw-r--r-- | lang/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/en.yml b/lang/en.yml index 01a7fcee1..01ac078cf 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -592,6 +592,7 @@ button_check_all: Check all button_uncheck_all: Uncheck all button_delete: Delete button_create: Create +button_create_and_continue: Create and continue button_test: Test button_edit: Edit button_add: Add |