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/sq.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/sq.yml')
-rw-r--r-- | config/locales/sq.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/sq.yml b/config/locales/sq.yml index 22a83d77b..48d2ca551 100644 --- a/config/locales/sq.yml +++ b/config/locales/sq.yml @@ -198,7 +198,7 @@ sq: 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})" error_attachment_too_big: "This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})" warning_attachments_not_saved: "%{count} file(s) could not be saved." |