From fd39a8dcc2d850ab1334046ee7f9249d30419be8 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 5 Jan 2009 21:49:42 +0000 Subject: [PATCH] Fix a typo in the i18n help for the ITransact Pay Driver. --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/PayDriver_ITransact.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 71b76eed1..c937256bc 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -28,6 +28,7 @@ - fixed #9342: Thingy - Cannot edit a thing - fixed #9033: Deleting Linked Thing Field Crashes Thingy - fixed #9400: Form.captcha should be form_capcha in dataform help + - fixed #9402: i18n confusion 7.6.7 - fixed #9263: Thingy possibleValues processing, and List type autodetection. diff --git a/lib/WebGUI/i18n/English/PayDriver_ITransact.pm b/lib/WebGUI/i18n/English/PayDriver_ITransact.pm index 3bffb793b..4148fae41 100644 --- a/lib/WebGUI/i18n/English/PayDriver_ITransact.pm +++ b/lib/WebGUI/i18n/English/PayDriver_ITransact.pm @@ -159,8 +159,8 @@ our $I18N = { }, 'emailField help' => { - message => q|A single text field for the user to enter in their street address.|, - lastUpdated => 0, + message => q|A single text field for the user to enter in their email address.|, + lastUpdated => 1231192368, context => q|Template variable help.| },