Fix a typo in the i18n help for the ITransact Pay Driver.

This commit is contained in:
Colin Kuskie 2009-01-05 21:49:42 +00:00
parent 9cbe4c7c04
commit fd39a8dcc2
2 changed files with 3 additions and 2 deletions

View file

@ -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.

View file

@ -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.|
},