Changeset 1798

Show
Ignore:
Timestamp:
04/08/08 04:11:41 (20 months ago)
Author:
fumiakiy
Message:

Do not double translate the phrase.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-34/lib/MT/CMS/Blog.pm

    r1779 r1798  
    620620            Force    => 1 
    621621        ) or return $app->publish_error(); 
    622         $order = $app->translate( "index template '[_1]'", $tmpl_saved->name ); 
     622        $order = "index template '". $tmpl_saved->name . "'"; 
    623623    } 
    624624    elsif ( $type =~ /^entry-(\d+)$/ ) {