translatable string typo in Purchaseing/allocations/supplier_allocate.php - Amount...
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 12 Mar 2022 15:53:59 +0000 (16:53 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 12 Mar 2022 15:53:59 +0000 (16:53 +0100)
lang/new_language_template/LC_MESSAGES/empty.po
purchasing/allocations/supplier_allocate.php

index 5364b163e160d222eb498b6d143fbcdb882af73b..da85fefbb382ed19066c4b65ff43572e3eba9f4d 100644 (file)
@@ -11913,7 +11913,7 @@ msgid "Total:"
 msgstr ""
 
 #: purchasing/allocations/supplier_allocate.php:62
-msgid "Amount ot be settled:"
+msgid "Amount to be settled:"
 msgstr ""
 
 #: purchasing/allocations/supplier_allocate.php:74
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);