Typo in translatable string - Purchable Total. Fixed.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 5 Feb 2022 09:01:16 +0000 (10:01 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 5 Feb 2022 09:01:16 +0000 (10:01 +0100)
includes/dashboard.inc
lang/new_language_template/LC_MESSAGES/empty.po

index 9c2f6d23d52fc31511dede3b945c97212524dfff..31e6518ba6b19b880f83f315a9a969a8c811195d 100644 (file)
@@ -236,7 +236,7 @@ function display_supplier_topten()
        td('50%');
        source_graphic($today, $title[0], _("Supplier"), $pg);
        br(3);
-       echo "<div class='square square2'>"._('Purchable Total')."<p class='span1'>";
+       echo "<div class='square square2'>"._('Purchasable Total')."<p class='span1'>";
        echo number_format2($title[1])."</p></div>";
        br(3);
        echo "<div class='square square2'>"._('Aging Total')."<p class='span1'>";
index 1c0e018cc1152bd7d482d9617d3e59ec83790bf4..5364b163e160d222eb498b6d143fbcdb882af73b 100644 (file)
@@ -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