From cb14c8d851cc17716a61bc9c159ed5fb739fcc96 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 23 Feb 2017 20:28:11 +0200 Subject: [PATCH] Add missing text --- resources/lang/en/texts.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 21eec3b8a57b..b93dbb94d79a 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -1438,7 +1438,7 @@ $LANG = array( 'industry_Transportation' => 'Transportation', 'industry_Travel & Luxury' => 'Travel & Luxury', 'industry_Other' => 'Other', - 'industry_Photography' =>'Photography', + 'industry_Photography' => 'Photography', // Countries 'country_Afghanistan' => 'Afghanistan', @@ -2380,6 +2380,7 @@ $LANG = array( 'freq_yearly' => 'Annually', 'profile' => 'Profile', 'payment_type_help' => 'Sets the default payment type.', + 'industry_Construction' => 'Construction', );