diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-12-21 12:39:48 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-12-21 12:39:48 +0000 |
commit | 2a6692248b8976141997c4418561bb0800baf2da (patch) | |
tree | 68c7fe2afb20e1daa1790cdc3e61a06a53768ba9 /config/locales/hr.yml | |
parent | e2998505b2403a70c233cf96fac8432e950bf47d (diff) | |
download | redmine-2a6692248b8976141997c4418561bb0800baf2da.tar.gz redmine-2a6692248b8976141997c4418561bb0800baf2da.zip |
Replaced "can't" with "cannot" in error messages.
git-svn-id: http://svn.redmine.org/redmine/trunk@13781 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/hr.yml')
-rw-r--r-- | config/locales/hr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/hr.yml b/config/locales/hr.yml index ebd4bc9d8..a0dc1ac6d 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -903,7 +903,7 @@ hr: error_can_not_delete_custom_field: Unable to delete custom field error_unable_to_connect: Unable to connect (%{value}) error_can_not_remove_role: This role is in use and can not be deleted. - error_can_not_delete_tracker: This tracker contains issues and can't be deleted. + error_can_not_delete_tracker: This tracker contains issues and cannot be deleted. field_principal: Principal label_my_page_block: My page block notice_failed_to_save_members: "Failed to save member(s): %{errors}." |