diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-26 10:20:48 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-26 10:20:48 +0000 |
commit | 76b92fb999750402a448af0226c871bcef0ec2d9 (patch) | |
tree | d77805fb8e9106c5dc4a6552ef9d9bf4b18f16a9 /lang/en.yml | |
parent | a9f86444fc5acd7502b72ea905f88952fc3c1434 (diff) | |
download | redmine-76b92fb999750402a448af0226c871bcef0ec2d9.tar.gz redmine-76b92fb999750402a448af0226c871bcef0ec2d9.zip |
Warn user that subprojects are also deleted when deleting a project (#1111) and add a checkbox to confirm the deletion.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1359 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 8264ba908..e39aec301 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -557,6 +557,7 @@ text_select_mail_notifications: Select actions for which email notifications sho text_regexp_info: eg. ^[A-Z0-9]+$ text_min_max_length_info: 0 means no restriction text_project_destroy_confirmation: Are you sure you want to delete this project and related data ? +text_subprojects_destroy_warning: 'Its subproject(s): %s will be also deleted.' text_workflow_edit: Select a role and a tracker to edit the workflow text_are_you_sure: Are you sure ? text_journal_changed: changed from %s to %s |