Test Setup Failed
Push — master ( d38d55...cf92d1 )
by Joël
02:02
created
config/gettext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 $config['gettext_locale_dir'] = 'language/locale';
11 11
 
12 12
 // Gettext locale
13
-$config['gettext_locale'] = Array( "en_GB.UTF-8", "en_GB@euro", "en_GB", "english", "eng", "en");
13
+$config['gettext_locale'] = Array("en_GB.UTF-8", "en_GB@euro", "en_GB", "english", "eng", "en");
14 14
 
15 15
 /* End of file gettext.php */
16 16
 /* Location: ./application/config/gettext.php */
17 17
\ No newline at end of file
Please login to merge, or discard this patch.