./frontends/php/include/locales/en_gb.inc.php: 'S_HORISONTAL'=> 'Horisontal',
./frontends/php/include/locales/en_gb.inc.php: 'S_HORISONTAL_ALIGN'=> 'Horisontal align',
should be 'horizontal'
additionally, code has a bunch of variables that contain 'horisontal'. fixing those isn't as needed, but also isn't hard to do
./frontends/php/include/locales/en_gb.inc.php: 'S_HORISONTAL_ALIGN'=> 'Horisontal align',
should be 'horizontal'
additionally, code has a bunch of variables that contain 'horisontal'. fixing those isn't as needed, but also isn't hard to do
Comment