From 80c58cf27defaf992a76b4e1603d5bf791f398a3 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sat, 22 Apr 2017 10:01:27 +0100 Subject: [PATCH] Add search custom items string (#1256) --- application/language/en/items_lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/language/en/items_lang.php b/application/language/en/items_lang.php index f28af1299..44a2158b9 100644 --- a/application/language/en/items_lang.php +++ b/application/language/en/items_lang.php @@ -73,7 +73,7 @@ $lang["items_retrive_item_info"] = "Retrive Item Info"; $lang["items_sales_tax_1"] = "Sales Tax"; $lang["items_sales_tax_2"] = "Sales Tax 2"; $lang["items_search_attributes"] = "Search Attributes"; -$lang["items_search_custom_items"] = ""; +$lang["items_search_custom_items"] = "Search Custom Items"; $lang["items_select_image"] = "Select Image"; $lang["items_serialized_items"] = "Serialized Items"; $lang["items_standard"] = "Standard";