--- loncom/publisher/lonretrieve.pm 2005/12/12 21:59:12 1.28 +++ loncom/publisher/lonretrieve.pm 2006/01/31 22:37:04 1.29 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to retrieve an old version of a file # -# $Id: lonretrieve.pm,v 1.28 2005/12/12 21:59:12 albertel Exp $ +# $Id: lonretrieve.pm,v 1.29 2006/01/31 22:37:04 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -95,7 +95,7 @@ sub phaseone { closedir(DIR); my $rmtime=&Apache::lonnet::metadata($resfn,'lastrevisiondate'); $r->print(''. - ''.&mt('Currently public version').''.localtime($rmtime). + ''.&mt('Currently published version').''.localtime($rmtime). ''. &mt('Metadata current version').''); if (&Apache::loncommon::fileembstyle($suffix) eq 'ssi') {