diff options
author | Go MAEDA <maeda@farend.jp> | 2019-05-16 00:17:47 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-05-16 00:17:47 +0000 |
commit | 26171fc5f7affdd99e4f9157504fa9d8fd0d7a87 (patch) | |
tree | 2dbb2c85b0caee1852be2ae52af407df2c43ea41 /config/locales/mk.yml | |
parent | 8eb5f2c6059cf4b707e616d8e5b9b9e6ce191172 (diff) | |
download | redmine-26171fc5f7affdd99e4f9157504fa9d8fd0d7a87.tar.gz redmine-26171fc5f7affdd99e4f9157504fa9d8fd0d7a87.zip |
Include a reason in the error message when an issue status cannot be deleted (#31361).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@18168 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/mk.yml')
-rw-r--r-- | config/locales/mk.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/mk.yml b/config/locales/mk.yml index 9fffa5e00..034a4fda7 100644 --- a/config/locales/mk.yml +++ b/config/locales/mk.yml @@ -192,7 +192,7 @@ mk: error_issue_done_ratios_not_updated: "Issue done ratios not updated." error_workflow_copy_source: 'Please select a source tracker or role' error_workflow_copy_target: 'Please select target tracker(s) and role(s)' - error_unable_delete_issue_status: 'Unable to delete issue status' + error_unable_delete_issue_status: 'Unable to delete issue status (%{value})' error_unable_to_connect: "Unable to connect (%{value})" warning_attachments_not_saved: "%{count} file(s) could not be saved." |