From: Joe Hunt Date: Sat, 5 Feb 2022 09:01:16 +0000 (+0100) Subject: Typo in translatable string - Purchable Total. Fixed. X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=4bc6c3ba1710f692607deb34f337b8430fb8dc61 Typo in translatable string - Purchable Total. Fixed. --- diff --git a/includes/dashboard.inc b/includes/dashboard.inc index 9c2f6d23..31e6518b 100644 --- a/includes/dashboard.inc +++ b/includes/dashboard.inc @@ -236,7 +236,7 @@ function display_supplier_topten() td('50%'); source_graphic($today, $title[0], _("Supplier"), $pg); br(3); - echo "
"._('Purchable Total')."

"; + echo "

"._('Purchasable Total')."

"; echo number_format2($title[1])."

"; br(3); echo "
"._('Aging Total')."

"; diff --git a/lang/new_language_template/LC_MESSAGES/empty.po b/lang/new_language_template/LC_MESSAGES/empty.po index 1c0e018c..5364b163 100644 --- a/lang/new_language_template/LC_MESSAGES/empty.po +++ b/lang/new_language_template/LC_MESSAGES/empty.po @@ -6578,7 +6578,7 @@ msgid "Supplier" msgstr "" #: includes/dashboard.inc:239 -msgid "Purchable Total" +msgid "Purchasable Total" msgstr "" #: includes/dashboard.inc:255 includes/dashboard.inc:319