From 3951072f0ce856ab48c8fb0200d85c867f214b26 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 18 Nov 2009 09:01:58 -0800 Subject: [PATCH] Fix an i18n typo. --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/Asset_EMSSubmissionForm.pm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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' => {