translatable string typo in Purchaseing/allocations/supplier_allocate.php - Amount...
[fa-stable.git] / purchasing / allocations / supplier_allocate.php
index d26ed61bf796ce02c4e51dbf09c0f11c22ea8bd1..428bfdc6e4ce7ec78b4a6fb762f6e7cd574b8f53 100644 (file)
@@ -59,7 +59,7 @@ function edit_allocations_for_transaction($type, $trans_no)
 
        if (floatcmp($cart->bank_amount, $cart->amount))
        {
-           $total = _("Amount ot be settled:") . " <b>" . price_format(-$cart->amount).' '.$cart->person_curr."</b>";
+           $total = _("Amount to be settled:") . " <b>" . price_format(-$cart->amount).' '.$cart->person_curr."</b>";
                if ($cart->currency != $cart->person_curr)
                $total .= sprintf(" (%s %s/%s)",  exrate_format($cart->bank_amount/$cart->amount), $cart->currency, $cart->person_curr);
                display_heading2($total);