projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8320f5f
)
0005692: Translatable Strings in locations.php were not translatable. Fixed.
author
Joe
<joe.hunt.consulting@gmail.com>
Fri, 14 Apr 2023 08:09:26 +0000
(10:09 +0200)
committer
Joe
<joe.hunt.consulting@gmail.com>
Fri, 14 Apr 2023 08:09:26 +0000
(10:09 +0200)
inventory/manage/locations.php
patch
|
blob
|
history
diff --git
a/inventory/manage/locations.php
b/inventory/manage/locations.php
index 6728e1e53fb9f72100da2cc69cbdab0efad6f7d1..26c8b86f01633ff4eb7bdfa678fc7f139b2284e5 100644
(file)
--- 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));