diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 2cd7625ce..854aea559 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,5 @@ 7.8.6 + - fixed #11250: i18n Asset_EMSSubmissionForm::delete created items label help 7.8.5 - added the EMS submission subsystem diff --git a/lib/WebGUI/i18n/English/Asset_EMSSubmissionForm.pm b/lib/WebGUI/i18n/English/Asset_EMSSubmissionForm.pm index 3c8c140b5..3b0bd989a 100644 --- a/lib/WebGUI/i18n/English/Asset_EMSSubmissionForm.pm +++ b/lib/WebGUI/i18n/English/Asset_EMSSubmissionForm.pm @@ -35,8 +35,8 @@ our $I18N = { ##hashref of hashes context => q|This is the label for the 'delete created items' field. The value will indicate if the EMSCleanup will delete items that have been converted to EMSTicket assets.| }, 'delete created items label help' => { - message => q|Set this to 'Yes' if you want submissions to be deleted after they have been converted into EMSTisket assets.|, - lastUpdated => 1131394072, + message => q|Set this to 'Yes' if you want submissions to be deleted after they have been converted into EMSTicket assets.|, + lastUpdated => 1258563620, context => q|This is the help text for the delete created items field, if it is set to yes the EMSCleanup activity will delete approved items after EMSTickets have been created from them. This field depends on the 'days before cleanup' field and the EMSCleanup activity also.| }, 'form dscription label' => {