Passed
Push — develop ( 55816e...0630d1 )
by Mykola
04:35
created
administration/language/en-gb/catalog/category.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
 // Entry
41 41
 $_['entry_name']             = 'Category Name';
42 42
 $_['entry_description']      = 'Description Top';
43
-$_['entry_description_bottom']  = 'Description Bottom:';
43
+$_['entry_description_bottom'] = 'Description Bottom:';
44 44
 $_['entry_meta_title'] 	     = 'Meta Tag Title';
45 45
 $_['entry_meta_description'] = 'Meta Tag Description';
46 46
 $_['entry_keyword']          = 'SEO URL';
Please login to merge, or discard this patch.
administration/language/en-gb/catalog/information.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,12 +33,12 @@
 block discarded – undo
33 33
 // column
34 34
 $_['column_title']           = 'Information Title';
35 35
 $_['column_sort_order']	     = 'Sort Order';
36
-$_['column_noindex']    	 = 'Index';
36
+$_['column_noindex'] = 'Index';
37 37
 $_['column_action']          = 'Action';
38 38
 
39 39
 // Entry
40 40
 $_['entry_title']            = 'Information Title';
41
-$_['entry_meta_h1'] 	     = 'HTML Tag H1';
41
+$_['entry_meta_h1'] = 'HTML Tag H1';
42 42
 $_['entry_description']      = 'Description';
43 43
 $_['entry_meta_title'] 	     = 'Meta Tag Title';
44 44
 $_['entry_meta_description'] = 'Meta Tag Description';
Please login to merge, or discard this patch.
administration/language/en-gb/catalog/product.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,10 +92,10 @@
 block discarded – undo
92 92
 $_['entry_download']         = 'Downloads';
93 93
 $_['entry_related']          = 'Related Products';
94 94
 $_['entry_related_article']  = 'Related Articles';
95
-$_['entry_tag']          	 = 'Product Tags';
95
+$_['entry_tag'] = 'Product Tags';
96 96
 $_['entry_reward']           = 'Reward Points';
97 97
 $_['entry_layout']           = 'Layout Override';
98
-$_['entry_heading']     	 = 'Heading';
98
+$_['entry_heading'] = 'Heading';
99 99
 $_['entry_min']              = 'From';
100 100
 $_['entry_max']              = 'To';
101 101
 
Please login to merge, or discard this patch.
administration/language/en-gb/catalog/manufacturer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
 // Entry
42 42
 $_['entry_name']        = 'Manufacturer Name';
43 43
 $_['entry_description'] = 'Description Top:';
44
-$_['entry_description_bottom']  = 'Description Bottom:';
44
+$_['entry_description_bottom'] = 'Description Bottom:';
45 45
 $_['entry_keyword']     = 'SEO URL';
46 46
 $_['entry_image']       = 'Image';
47 47
 $_['entry_sort_order']  = 'Sort Order';
Please login to merge, or discard this patch.
administration/language/en-gb/setting/setting.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
 $_['entry_seo_url']                = 'Use SEO URLs';
111 111
 $_['entry_seo_url_include_path']   = 'Friendly URL goods categories';
112 112
 $_['entry_seo_url_postfix']        = 'End Friendly URL';
113
-$_['entry_file_max_size']           = 'Max File Size';
113
+$_['entry_file_max_size'] = 'Max File Size';
114 114
 $_['entry_file_ext_allowed']       = 'Allowed File Extensions';
115 115
 $_['entry_file_mime_allowed']      = 'Allowed File Mime Types';
116 116
 $_['entry_password']               = 'Allow Forgotten Password';
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
 $_['help_limit_store']              = 'Determines how many store items are shown per page (orders, customers, etc).';
131 131
 $_['help_product_count']           = 'Show the number of products inside the subcategories in the storefront header category menu. Be warned, this will cause an extreme performance hit for stores with a lot of subcategories!';
132 132
 $_['help_review']                  = 'Enable/Disable new review entry and display of existing reviews.';
133
-$_['help_review_guest']              = 'Allow guests to post reviews.';
133
+$_['help_review_guest'] = 'Allow guests to post reviews.';
134 134
 $_['help_customer_group']          = 'Default customer group.';
135 135
 $_['help_customer_group_display']  = 'Display customer groups that new customers can select to use such as wholesale and business when signing up.';
136 136
 $_['help_customer_price']          = 'Only show prices when a customer is logged in.';
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
 $_['help_robots']                  = 'A list of web crawler user agents that shared sessions will not be used with. Use separate lines for each user agent.';
158 158
 $_['help_seo_url']                 = 'To use SEO URLs, apache module mod-rewrite must be installed and you need to rename the htaccess.txt to .htaccess.';
159 159
 $_['help_seo_url_include_path']    = '/category/subcategory/product';
160
-$_['help_seo_url_postfix']            = 'For example. html';
160
+$_['help_seo_url_postfix'] = 'For example. html';
161 161
 $_['help_file_max_size']           = 'The maximum image file size you can upload in Image Manager. Enter as byte.';
162 162
 $_['help_file_ext_allowed']        = 'Add which file extensions are allowed to be uploaded. Use a new line for each value.';
163 163
 $_['help_file_mime_allowed']       = 'Add which file mime types are allowed to be uploaded. Use a new line for each value.';
@@ -183,5 +183,5 @@  discard block
 block discarded – undo
183 183
 $_['error_ftp_username']           = 'FTP Username required!';
184 184
 $_['error_ftp_password']           = 'FTP Password required!';
185 185
 $_['error_error_filename']         = 'Error Log Filename required!';
186
-$_['error_malformed_filename']       = 'Error Malformed Log Filename!';
186
+$_['error_malformed_filename'] = 'Error Malformed Log Filename!';
187 187
 $_['error_encryption']             = 'Encryption Key must be between 32 and 1024 characters!';
Please login to merge, or discard this patch.
administration/language/en-gb/design/custommenu.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -34,11 +34,11 @@
 block discarded – undo
34 34
 $_['text_manufacturer']         = 'Manufacturer';
35 35
 $_['text_information']          = 'Information';
36 36
 $_['text_custom']               = 'Custom Link';
37
-$_['text_confirm']				= 'Are you sure?';
37
+$_['text_confirm'] = 'Are you sure?';
38 38
 
39 39
 $_['text_custommenu_title']     = 'Custom Menu Structure';
40
-$_['text_custommenu_description']  = 'Drag each item into the order you prefer. Click the arrow on the right of the item to reveal additional configuration options.';
41
-$_['text_sub_item'] 	        = 'sub item';
40
+$_['text_custommenu_description'] = 'Drag each item into the order you prefer. Click the arrow on the right of the item to reveal additional configuration options.';
41
+$_['text_sub_item'] = 'sub item';
42 42
 $_['text_custommenu_name'] 	    = 'Name';
43 43
 $_['text_custommenu_link'] 	    = 'Link';
44 44
 
Please login to merge, or discard this patch.
administration/language/en-gb/design/layout.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
 $_['text_default']        = 'Default';
35 35
 $_['text_content_top']    = 'Content Top';
36 36
 $_['text_content_bottom'] = 'Content Bottom';
37
-$_['text_column']    = 'column Left';
37
+$_['text_column'] = 'column Left';
38 38
 
39 39
 // column
40 40
 $_['column_name']         = 'Layout Name';
Please login to merge, or discard this patch.
administration/language/en-gb/common/header.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 $_['text_review']            = 'Reviews';
34 34
 $_['text_front']             = 'Store Front';
35 35
 $_['text_logout']            = 'Logout';
36
-$_['text_new']  		     = 'New';
36
+$_['text_new'] = 'New';
37 37
 $_['text_new_category']    	 = 'Category';
38 38
 $_['text_new_customer']      = 'Customer';
39 39
 $_['text_new_download']      = 'Download';
Please login to merge, or discard this patch.
administration/language/en-gb/sale/order.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,4 +141,4 @@
 block discarded – undo
141 141
 $_['error_warning']              = 'Warning: Please check the form carefully for errors!';
142 142
 $_['error_permission']           = 'Warning: You do not have permission to modify orders!';
143 143
 $_['error_action']               = 'Warning: Could not complete this action!';
144
-$_['error_filetype']			 = 'Invalid file type!';
144
+$_['error_filetype'] = 'Invalid file type!';
Please login to merge, or discard this patch.