From 49a891ac60ac0955db2259cf7a7c1b45fd63e55e Mon Sep 17 00:00:00 2001 From: Anton Argirov Date: Sat, 12 Dec 2015 20:39:36 +0600 Subject: [PATCH] Fixed typo --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 1e5921e..4de264f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -62,7 +62,7 @@ en: text_custom_workflow_project_attachments_code_note: These scripts are executed when a file being added to project/removed from project. Use variables @project and @attachment to access appropriate objects in your scripts. text_custom_workflow_wiki_content_code_note: Scripts are executed in the context of Wiki Content object when project object changes (destroys). Use methods and properties of the project directly (or through "self") text_custom_workflow_wiki_page_attachments_code_note: These scripts are executed when a file being added to wiki page/removed from wiki page. Use variables @page and @attachment to access appropriate objects in your scripts. - text_custom_workflow_time_entry_code_note: Scripts are executed in the context of TimeEntry object when user object changes (destroys). Use methods and properties of the time entry directly (or through "self") + text_custom_workflow_time_entry_code_note: Scripts are executed in the context of TimeEntry object when time enty object changes (destroys). Use methods and properties of the time entry directly (or through "self") text_no_enabled_projects: No projects text_custom_workflow_author: Will be included in exported XML