Show
Ignore:
Timestamp:
06/27/08 08:03:12 (17 months ago)
Author:
fumiakiy
Message:

L10 Japanese.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-41/lib/MT/Image.pm

    r2609 r2649  
    395395    } elsif (my $blob = $param{Data}) { 
    396396    $image->{gd} = GD::Image->new($blob) 
    397         or return $image->error(MT->translate("Reading image failed: [_2]", $@)); 
     397        or return $image->error(MT->translate("Reading image failed: [_1]", $@)); 
    398398    } 
    399399    ($image->{width}, $image->{height}) = $image->{gd}->getBounds();