From 19e497f66e435cc5251efd269047231b88ba8b32 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 10 May 2010 08:19:58 -0700 Subject: [PATCH] Fix some copy/paste errors in the Cash i18n. Fixes bug #11561 --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/PayDriver_Cash.pm | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 33fbe504a..81da95a28 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,6 +1,7 @@ 7.9.5 - fixed #11556: New cart doesn't work with other forms on the same page - fixed #11557: Shop credit deduction calculated incorrectly + - fixed #11561: PayDriver_Cash - password help 7.9.4 - We're shipping underscore.js now for its suite of extremely handy utility diff --git a/lib/WebGUI/i18n/English/PayDriver_Cash.pm b/lib/WebGUI/i18n/English/PayDriver_Cash.pm index a55474fde..ae795552c 100644 --- a/lib/WebGUI/i18n/English/PayDriver_Cash.pm +++ b/lib/WebGUI/i18n/English/PayDriver_Cash.pm @@ -59,17 +59,6 @@ our $I18N = { context => q|Hover help for the summary template field in the configuration form of the Cash module.| }, - 'password' => { - message => q|Password|, - lastUpdated => 0, - context => q|Form label in the configuration form of the iTransact module.| - }, - 'password help' => { - message => q|The password for your ITransact account.|, - lastUpdated => 0, - context => q|Hover help for the password field in the configuration form of the iTransact module.| - }, - 'Pay' => { message => q|Pay|, lastUpdated => 0,