Actions
Bug #2151
closedimgToolbox.class.php has language string that is not translated
Description
As described here:
imgToolbox.class.php has the following lines:
if(!$this->checkFilesize( $image['tmp_name'], $this->_maxsize * 1024, $copyMethod ) ) { $this->raiseError(sprintf(CBTxt::T("The file exceeds the maximum size of %s kilobytes"), $this->_maxsize)); return false; }
The language string is placed in the admin_language.php file but I believe this frontend process does not call the backend language file at all.
Actions