X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Flocations.php;h=26c8b86f01633ff4eb7bdfa678fc7f139b2284e5;hb=3a682c094f4b40cdf4937a0157ae3552ab9d7930;hp=6728e1e53fb9f72100da2cc69cbdab0efad6f7d1;hpb=2bcdab793e406bb5a44d2c4e079ec7cc2a1aa857;p=fa-stable.git diff --git a/inventory/manage/locations.php b/inventory/manage/locations.php index 6728e1e5..26c8b86f 100644 --- a/inventory/manage/locations.php +++ b/inventory/manage/locations.php @@ -19,10 +19,10 @@ include_once($path_to_root . "/includes/ui.inc"); include_once($path_to_root . "/inventory/includes/inventory_db.inc"); if (isset($_GET['FixedAsset'])) { - $help_context = "Fixed Assets Locations"; + $help_context = _("Fixed Assets Locations"); $_POST['fixed_asset'] = 1; } else - $help_context = "Inventory Locations"; + $help_context = _("Inventory Locations"); page(_($help_context));