Passed
Push — develop ( 55816e...0630d1 )
by Mykola
04:35
created
application/language/en-gb/extension/payment/cheque.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,8 @@
 block discarded – undo
21 21
     along with this program. If not, see <http://www.gnu.org/licenses/>. */
22 22
 
23 23
 // Text
24
-$_['text_title']				= 'Cheque / Money Order';
25
-$_['text_instruction']			= 'Cheque / Money Order Instructions';
24
+$_['text_title'] = 'Cheque / Money Order';
25
+$_['text_instruction'] = 'Cheque / Money Order Instructions';
26 26
 $_['text_payable']				= 'Make Payable To: ';
27 27
 $_['text_address']				= 'Send To: ';
28 28
 $_['text_payment']				= 'Your order will not ship until we receive payment.';
Please login to merge, or discard this patch.
application/language/en-gb/extension/payment/bank_transfer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     along with this program. If not, see <http://www.gnu.org/licenses/>. */
22 22
 
23 23
 // Text
24
-$_['text_title']				= 'Bank Transfer';
24
+$_['text_title'] = 'Bank Transfer';
25 25
 $_['text_instruction']			= 'Bank Transfer Instructions';
26 26
 $_['text_description']			= 'Please transfer the total amount to the following bank account.';
27
-$_['text_payment']				= 'Your order will not ship until we receive payment.';
27
+$_['text_payment'] = 'Your order will not ship until we receive payment.';
Please login to merge, or discard this patch.
application/language/en-gb/extension/module/blog_featured.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
 
23 23
 // Heading
24 24
 $_['heading_title'] = 'Featured';
25
-$_['text_views'] 	= 'Reviews:';
25
+$_['text_views'] = 'Reviews:';
26 26
 $_['button_more']   = 'more';
27 27
 
28 28
 // Text
Please login to merge, or discard this patch.
application/language/en-gb/extension/module/featured_article.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,5 +22,5 @@
 block discarded – undo
22 22
 
23 23
 // Heading
24 24
 $_['heading_title'] = 'Featured Articles';
25
-$_['text_views'] 	= 'Reviews:';
25
+$_['text_views'] = 'Reviews:';
26 26
 $_['button_more']   = 'more';
Please login to merge, or discard this patch.
application/language/en-gb/extension/module/blog_latest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
 
23 23
 // Heading
24 24
 $_['heading_title'] = 'Last Articles';
25
-$_['text_views'] 	= 'Reviews:';
25
+$_['text_views'] = 'Reviews:';
26 26
 $_['button_more']   = 'more';
27 27
 
28 28
 // Text
Please login to merge, or discard this patch.
application/language/en-gb/information/information.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,4 +22,4 @@
 block discarded – undo
22 22
 
23 23
 // Text
24 24
 $_['text_error'] = 'Information Page Not Found!';
25
-$_['text_go_back']          = 'Go back';
25
+$_['text_go_back'] = 'Go back';
Please login to merge, or discard this patch.
application/language/en-gb/product/product.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 $_['text_semi_month']          = 'half-month';
50 50
 $_['text_month']               = 'month';
51 51
 $_['text_year']                = 'year';
52
-$_['text_benefits']     	   = 'Benefits';
52
+$_['text_benefits'] = 'Benefits';
53 53
 $_['text_all_linked_categories'] = 'All linked categories';
54 54
 $_['text_you_save']            = 'You save';
55 55
 $_['text_help_options']        = 'Required options are marked with *';
Please login to merge, or discard this patch.
application/language/en-gb/product/search.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,8 @@
 block discarded – undo
21 21
     along with this program. If not, see <http://www.gnu.org/licenses/>. */
22 22
 
23 23
 // Heading
24
-$_['heading_title']     = 'Search';
25
-$_['heading_tag']		= 'Tag - ';
24
+$_['heading_title'] = 'Search';
25
+$_['heading_tag'] = 'Tag - ';
26 26
 
27 27
 // Text
28 28
 $_['text_search']       = 'Products meeting the search criteria';
Please login to merge, or discard this patch.
application/language/en-gb/common/cart.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
 $_['text_items']     = 'item(s)';
25 25
 
26 26
 $_['text_empty']     = 'Your shopping cart is empty!';
27
-$_['text_empty_info']     = 'To buy something in our store, check out our catalog of goods.';
27
+$_['text_empty_info'] = 'To buy something in our store, check out our catalog of goods.';
28 28
 $_['text_cart']      = 'View Cart';
29 29
 $_['text_checkout']  = 'Checkout';
30 30
 $_['text_header_cart'] = 'Shopping cart';
Please login to merge, or discard this patch.