0005692: Translatable Strings in locations.php were not translatable. Fixed.
authorJoe <joe.hunt.consulting@gmail.com>
Fri, 14 Apr 2023 08:09:26 +0000 (10:09 +0200)
committerJoe <joe.hunt.consulting@gmail.com>
Fri, 14 Apr 2023 08:09:26 +0000 (10:09 +0200)
inventory/manage/locations.php

index 6728e1e53fb9f72100da2cc69cbdab0efad6f7d1..26c8b86f01633ff4eb7bdfa678fc7f139b2284e5 100644 (file)
@@ -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));