Page 1 of 1
Double language definitions in the same file
Posted: Mon Mar 16, 2009 5:39 pm
by LocaLiceR
Working on the Hungaran translation noticed that the following definitions in file category.php on path /admin/language/english/catalog were added twice:
Code: Select all
$_['error_required'] = 'No file has been uploaded!';
$_['error_filename'] = 'Filename must be greater than 3 and less than 255 characters!';
I am using OpenCart 1.1.9.
Re: Double language definitions in the same file
Posted: Mon Mar 16, 2009 5:53 pm
by fido-x
LocaLiceR wrote:Working on the Hungaran translation noticed that the following definitions in file
category.php on path /admin/language/english/catalog were added twice:
Code: Select all
$_['error_required'] = 'No file has been uploaded!';
$_['error_filename'] = 'Filename must be greater than 3 and less than 255 characters!';
I am using OpenCart 1.1.9.
Actually, it's
image.php that has the double-up. That is, "admin/language/english/catalog/image.php".
Re: Double language definitions in the same file
Posted: Mon Mar 16, 2009 6:08 pm
by LocaLiceR
fido-x, thanks a lot for correction

Re: Double language definitions in the same file
Posted: Mon Mar 16, 2009 6:14 pm
by fido-x
No worries.