diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-04-17 15:17:18 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-04-17 15:17:18 +0000 |
commit | f89d04074e56ea64845a681b83896b0bea163363 (patch) | |
tree | 8905f78979f949be602e41d44670f189e6495204 /config/locales/en.yml | |
parent | a96f7053fc89d38ac4b5734e4515b4ae7550f4d1 (diff) | |
download | redmine-f89d04074e56ea64845a681b83896b0bea163363.tar.gz redmine-f89d04074e56ea64845a681b83896b0bea163363.zip |
Warn about subtasks before deleting a parent issue (#6562).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5495 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 82c568f79..f5a3ffab1 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -906,6 +906,7 @@ en: text_status_changed_by_changeset: "Applied in changeset %{value}." text_time_logged_by_changeset: "Applied in changeset %{value}." text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s)?' + text_issues_destroy_descendants_confirmation: "This will also delete %{count} subtask(s)." text_time_entries_destroy_confirmation: 'Are you sure you want to delete the selected time entr(y/ies)?' text_select_project_modules: 'Select modules to enable for this project:' text_default_administrator_account_changed: Default administrator account changed |