From 135f930853fe6991652d5dd9a3a066046e7dc611 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Tue, 17 Sep 2013 08:54:51 +0200 Subject: [PATCH] Bank Transfer: fixed typo in input description. --- gl/bank_transfer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl/bank_transfer.php b/gl/bank_transfer.php index 281c671d..5ee924e8 100644 --- a/gl/bank_transfer.php +++ b/gl/bank_transfer.php @@ -87,7 +87,7 @@ function gl_payment_controls() amount_row(_("Amount:"), 'amount', null, null, $from_currency); amount_row(_("Bank Charge:"), 'charge', null, null, $from_currency); - amount_row(_("Incomming Amount:"), 'target_amount', null, '', $to_currency, 2); + amount_row(_("Incoming Amount:"), 'target_amount', null, '', $to_currency, 2); } else { -- 2.30.2