summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-11-03 07:11:07 +0000
committerGo MAEDA <maeda@farend.jp>2024-11-03 07:11:07 +0000
commite5867ffc8d20cbfc075afa9f1151d2266fe9f95d (patch)
treeaa0584c54977cf16c25a6ab26d912c859f0dc7a6 /config
parentc54474eccc970b58ef3c40b620387e522a84b478 (diff)
downloadredmine-e5867ffc8d20cbfc075afa9f1151d2266fe9f95d.tar.gz
redmine-e5867ffc8d20cbfc075afa9f1151d2266fe9f95d.zip
Improve tracker deletion error message to display projects containing issues under the tracker (#12521).
Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23181 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 200bdcdfc..cea117d09 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -205,7 +205,7 @@ en:
error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.'
error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").'
error_can_not_delete_custom_field: Unable to delete custom field
- error_can_not_delete_tracker: "This tracker contains issues and cannot be deleted."
+ error_can_not_delete_tracker_html: "This tracker contains issues and cannot be deleted.<p>The following projects have issues with this tracker:<br>%{projects}</p>"
error_can_not_remove_role: "This role is in use and cannot be deleted."
error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version cannot be reopened'
error_can_not_archive_project: This project cannot be archived