Changeset 2053

Show
Ignore:
Timestamp:
04/24/08 18:41:39 (22 months ago)
Author:
bsmith
Message:

bugzid:69582 - cloning message mentions pages

Files:
1 modified

Legend:

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

    r2052 r2053  
    618618    if ((!exists $classes->{'MT::Entry'}) || $classes->{'MT::Entry'}) { 
    619619        # Cloning ENTRY records 
    620         my $state = MT->translate("Cloning entries for blog..."); 
     620        my $state = MT->translate("Cloning entries and pages for blog..."); 
    621621        $callback->($state, "entries"); 
    622622        $counter = 0;