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/gl.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/gl.yml')
-rw-r--r-- | config/locales/gl.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/gl.yml b/config/locales/gl.yml index de551773d..f0c1ebf2a 100644 --- a/config/locales/gl.yml +++ b/config/locales/gl.yml @@ -894,7 +894,7 @@ gl: permission_export_wiki_pages: "Exportar as páxinas do wiki" setting_cache_formatted_text: "Gardar o texto formatado na caché." permission_manage_project_activities: "Xestionar as actividades do proxecto" - error_unable_delete_issue_status: "Non foi posíbel eliminar o estado da petición." + error_unable_delete_issue_status: "Non foi posíbel eliminar o estado da petición. (%{value})" label_profile: "Perfil" permission_manage_subtasks: "Xestionar as subtarefas" field_parent_issue: "Tarefa superior" |