diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-09-20 02:55:26 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-09-20 02:55:26 +0000 |
commit | f62a1827f33f9d3d2fa5e990a9f6c9475d4bdc71 (patch) | |
tree | 24f17954ed114c119811644e0842636fb8d2c63d /config/locales/en.yml | |
parent | 1809eefe4cd10b47c72bac3bed0c336ac0db206b (diff) | |
download | redmine-f62a1827f33f9d3d2fa5e990a9f6c9475d4bdc71.tar.gz redmine-f62a1827f33f9d3d2fa5e990a9f6c9475d4bdc71.zip |
Updated issue delete confirmation when it has child issues. #6191
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4105 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 81a26c82c..2930d8079 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -838,6 +838,7 @@ en: text_subprojects_destroy_warning: "Its subproject(s): {{value}} 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_are_you_sure_with_children: "Delete issue and all child issues?" text_journal_changed: "{{label}} changed from {{old}} to {{new}}" text_journal_set_to: "{{label}} set to {{value}}" text_journal_deleted: "{{label}} deleted ({{old}})" |