package WebGUI::i18n::English::Workflow_Activity_SendEmailAboutVersionTag; our $I18N = { 'activityName' => { message => q|Send Email About Version Tag|, context => q|The name of this workflow activity.|, lastUpdated => 0, }, 'to' => { message => q|To|, context => q|Who will receive this email.|, lastUpdated => 0, }, 'to help' => { message => q|To|, context => q|Who will receive this email.|, lastUpdated => 0, }, 'subject' => { message => q|Subject|, context => q|The name of this workflow activity.|, lastUpdated => 0, }, 'subject help' => { message => q|Send Email About Version Tag|, context => q|The name of this workflow activity.|, lastUpdated => 0, }, 'message' => { message => q|
Body
|, lastUpdated => 0, }, 'message help' => { message => q|This workflow activity will send out an email with information about a version tag.
|, lastUpdated => 0, }, }; 1;