Project

General

Profile

Actions

Bug #2151

closed

imgToolbox.class.php has language string that is not translated

Added by nant over 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Low
Assignee:
Target version:
Start date:
11 December 2010
Due date:
% Done:

100%

Estimated time:
0:30 h

Description

As described here:

http://www.joomlapolis.com/component/option,com_joomlaboard/Itemid,38/func,view/catid,146/id,148447/#148447

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 #1

Updated by beat over 13 years ago

  • Estimated time set to 0:30 h
Actions #2

Updated by nant about 13 years ago

  • Status changed from New to Resolved
  • Assignee set to nant

fixed r1395

Actions #3

Updated by beat about 13 years ago

  • Status changed from Resolved to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF