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.
Updated by nant almost 14 years ago
- Status changed from New to Resolved
- Assignee set to nant
fixed r1395
Updated by beat almost 14 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
Actions