From: Joe Date: Fri, 14 Apr 2023 08:09:26 +0000 (+0200) Subject: 0005692: Translatable Strings in locations.php were not translatable. Fixed. X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=ba4f426ecb3f2383d42edaea148270ab1a384ba1 0005692: Translatable Strings in locations.php were not translatable. Fixed. --- 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));